Codeix MCP Server

codeix.dev · Fast semantic code search for AI agents - find symbols, references, and callers across any codebase. It runs locally over stdio via the published package.

People connecting coding agent tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-02-21 · ★ 9 · #136 OF 194 MAINTAINED CODING AGENT · VERIFIED 2026-08-25

Apache-2.0 · Rust servers · how we verify → /methodology

01 · Install Codeix

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add montanetech-codeix -- npx -y codeix

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "montanetech-codeix": {
      "command": "npx",
      "args": [
        "-y",
        "codeix"
      ]
    }
  }
}

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 Apache-2.0 - declared in the repository

npm package codeix - unscoped; check the name against the project README before installing

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

03 · What Codeix can do

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

Latest releases

v0.5.0 · 2026-02-21

0.5.0 (2026-02-21) · MCP server now exposes prompts capability · add prompts for common codebase exploration tasks · add prompts for common codebase exploration tasks · add prompts for common codebase exploration tasks…

v0.4.1 · 2026-02-11

release 0.4.1

v0.4.0 · 2026-02-11

0.4.0 (2026-02-11) · remove redundant get_imports tool · add MCP Registry publishing to release workflow · add visibility filter to MCP tools · add visibility filter to MCP tools · remove redundant get_imports tool…

04 · Who maintains Codeix

Codeix is maintained by montanetech. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
coding agent - ranked #136 of 194 actively-maintained coding agent servers as of 2026-08-25.
registry
io.github.montanetech/codeix (active, first published 2026-02-11 · 3 versions)
packages
npm:codeix · pypi:codeix

06 · Codeix FAQ

What is Codeix?

codeix.dev · Fast semantic code search for AI agents - find symbols, references, and callers across any codebase. It runs locally over stdio via the published package.

Is Codeix still maintained?

Yes - as of 2026-08-25, its last commit was 2026-02-21. We re-verify nightly.

How do I install Codeix?

Run `npx -y codeix`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Codeix 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 Codeix

More coding agent MCP servers · Lean Token · REA · Metricui · Ohm MCP · Sentinal MCP

More Rust MCP servers · Hashfile MCP · Oraclemcp · Octobrain · Octocode · see all