MCP Directory
Back

code-index-mcp

by Regsorm · Rust · ★ 71

Rust-native code index MCP server with first-class 1C:Enterprise (BSL) support. Static binary, no runtime. 31 tools — 20 universal + 11 BSL-specific. Tree-sitter AST for 10 languages. Federation across multiple repos. Built for production-scale monorepos.

#1c-enterprise#ast#bsl#code-index#code-search#developer-tools#mcp#model-context-protocol#onescript#rust#tree-sitter

Install

cargo install --git https://github.com/Regsorm/code-index-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "code-index-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:Regsorm/code-index-mcp"
      ]
    }
  }
}

From the README

Published on Infostart: [Code Index — структурный поиск по выгрузке кода 1С через MCP](https://infostart.ru/1c/tools/2677918/) -------|--------|------------| | Python | tree-sitter-python | | | JavaScript | tree-sitter-javascript | , | | TypeScript | tree-sitter-typescript | , | | Java | tree-sitter-java | | | Rust | tree-sitter-rust | | | Go | tree-sitter-go | | | 1C (BSL) | tree-sitter-onescript | , | | XML (1C) | quick-xml | (configuration metadata) | | HTML | tree-sitter-html | , (v0.7.1, by user request — see HTML-specific mapping below) | Text files (, , , , , , , etc.) are al…
Read full README on GitHub →

Related search servers