1c-mcp-server

Sshulich/1c-mcp-server
★ 0 stars Go AI/LLM Updated today
mcp server for working with xml dump of 1C codebase
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "1c-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/Sshulich/1c-mcp-server@latest"
      ]
    }
  }
}