1c-lsp-mcp-skill

fserg/1c-lsp-mcp-skill
★ 17 stars Rust 📦 Other Updated 4d ago
Кросплатформенный менеджер запуска и MCP-bridge для нескольких инстансов bsl-language-server
View on GitHub →

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-lsp-mcp-skill": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "1c-lsp-mcp-skill"
      ]
    }
  }
}