Skip to content
Zed

code-index for Zed

io.github.regsorm/code-index

Rust code index MCP server, native 1C:Enterprise (BSL) support. 32 tools, AST for 14 languages.

client:Zed transport:stdio runtime:npm

Install code-index in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "code-index": {
      "command": "npx",
      "args": [
        "-y",
        "@regsorm/code-index-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

code-index in other clients