Code Index MCP Server

Published on Infostart: Code Index - структурный поиск по выгрузке кода 1С через MCP. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 102 · #32 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Rust servers · how we verify → /methodology

01 · Install Code Index

before you install - you'll need

CODE_INDEX_HOME

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add regsorm-code-index-mcp -- npx -y @regsorm/code-index-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @regsorm/code-index-mcp - published under the repo owner's npm scope (@regsorm)

registry namespace io.github.Regsorm is GitHub-verified and matches the repo owner

03 · What Code Index can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.67.0 · 2026-08-23

[0.67.0] - 2026-08-23 · A file held by another process at read time no longer stays in the index at its previous version. The event is deferred and retried on a schedule, and the names of unapplied files moved out of…

v0.66.0 · 2026-08-23

[0.66.0] - 2026-08-23 · Content search over code and text accepts a pattern key - a literal substring, with exactly the meaning it already has in body search. These two tools had no such key before, and a call using it…

v0.65.0 · 2026-08-22

[0.65.0] - 2026-08-22 · Eight small audit findings closed in a single release. None of them changes index content - no reindex required. · > Context. In the audit registry these were all marked "cosmetic": debt…

04 · Who maintains Code Index

code-index is maintained by regsorm. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
other - ranked #32 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-23)
registry
io.github.Regsorm/code-index (active, first published 2026-05-21 · 71 versions)
packages
npm:@regsorm/code-index-mcp

06 · Code Index FAQ

What is Code Index?

Published on Infostart: Code Index - структурный поиск по выгрузке кода 1С через MCP. It runs locally over stdio via the published package.

Is Code Index still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Code Index?

Run `npx -y @regsorm/code-index-mcp`. The README documents one environment variable (CODE_INDEX_HOME) to set first. You can also paste the ready-made client config above.

Does Code Index run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Code Index