mcpbeat Sign in

Codeix MCP Server

by montanetech Your server? Claim it
local only

Codeix runs on your own machine — the client starts it, so there is no endpoint to ping. 80 installs a week from pypi. Last commit 21 Feb 2026.

Fast semantic code search for AI agents — find symbols, references, and callers across any codebase

Installs per day peak 30 · avg 10 · -43% w/w
a month agotoday
80
Installs / week
npm · codeix
9
Stars
10 open issues
21 Feb 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Rust

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] codeix/__init__.py:1, [пакет] codeix/__main__.py:1
этот файл ставится пользователю, но в репозитории его нет
Runs an external command npm/install.js:60, npm/run.js:11
  execSync(`tar xzf "${tmpFile}" -C "${destDir}"`, { stdio: "ignore" });
Builds a file path from a variable npm/install.js:82, npm/run.js:8
  const binPath = path.join(binDir, binName);
    result = subprocess.run([str(bin_path)] + sys.argv[1:])
Builds a database query by concatenation src/server/db.rs:269
                -- Insert symbols: name=symbol name, file=path, content=kind + tokens

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add codeix -- npx -y codeix
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "codeix": {
      "args": [
        "-y",
        "codeix"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.codeix]
command = "npx"
args = ["-y", "codeix"]
.cursor/mcp.json
{
  "mcpServers": {
    "codeix": {
      "args": [
        "-y",
        "codeix"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "codeix": {
      "args": [
        "-y",
        "codeix"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Codeix

same job, measured the same way
Sense
by luuuc

Codebase understanding for AI coding agents — symbol graph, blast radius, semantic search.

local only
Filesift
by roshunsunder

Local file search for AI agents — semantic + keyword indexing over your codebase.

50 installs/wk local only
oss-search
by sblattj

Fast local and federated OSS code search and repo discovery for AI agents

226 installs/wk local only
Codealive MCP
by codealive-ai

Semantic code search and analysis from CodeAlive for AI assistants and agents.

local only
Symvanta
by symvanta

Hosted code graph over MCP: exact callers, dependencies, and cross-repo blast radius for AI agents.

27 tools answering
I
trelix
by sairam0424

Semantic code search for AI agents — hybrid BM25+vector, call-graph, 20+ languages.

1 185 installs/wk local only
Vexor
by scarletkc

A semantic search engine for files and code.

842 installs/wk local only
Codeweaver
by knitli

Semantic code search built for AI agents. Hybrid, AST-aware, context for 166 languages.

142 installs/wk local only

Codeix — questions

Answers built from our own checks of this server.

Why is there no uptime for Codeix?
Codeix runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package codeix was installed 80 times last week.
How do I connect Codeix?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls codeix straight from npm; nothing to host, nothing to sign up for.
How many people use Codeix?
The npm package codeix was installed 80 times in the last week. Week over week that is -43%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Codeix open source?
Yes — it is published under the Apache-2.0 licence, written in Rust, 9 stars on GitHub and 10 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.