D
Dajet MCP Server
by @zhichkin
DaJet MCP Server
Created 2/23/2026
Updated about 21 hours ago
README
Repository documentation and setup instructions
DaJet MCP Server
Демонстрационный проект создания MCP-сервера с использованием DaJet Metadata.
Данный сервер можно подключить, например, в IDE Cursor.
Адрес и порт MCP-сервера для работы по протоколу HTTP указываются в файле appsetting.json.
Настройки подключения к базе данных 1С:Предприятие 8 указываются там же.
Примеры использования DaJet Metadata можно найти в проекте DaJet HTTP Server.
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/zhichkin/dajet-mcp-server
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"zhichkin-dajet-mcp-server": {
"command": "git",
"args": [
"clone",
"https://github.com/zhichkin/dajet-mcp-server"
]
}
}
}