← All servers
πŸ—„οΈ

Code IndexVerifiedπŸ›‘ No advisories

io.github.achreftlili/code-index
New to MCP? Start here β†’
1β˜… stars
0weekly installs
2 months agolast release

Provenancewhere it came from, and what was verified

βœ“
Verified namespace

Published to the official MCP registry by github.com/achreftlili, which proved it owns this namespace.

Verified owner: github.com/achreftlili β†—io.github.achreftlili/code-index

πŸ›‘ Permissions & trustwhat this server can touch before you run it

βœ“
Configuration
Reads CODE_INDEX_EMBEDDER, CODE_INDEX_EMBED_MODEL, CODE_INDEX_EMBED_DIM, CODE_INDEX_DB, CODE_INDEX_EMBED_BATCH, CODE_INDEX_EMBED_DEVICE.

About

SQLite-backed hybrid (vector + FTS) code search index for Claude Code over MCP.

Packages & transports

pypimcp-code-indexv1.0.6 Β· uvx

Metadata

Categorydatabases
LicenseMIT
Add to your client
Pick your client, copy, paste into its config. That's the whole setup.
~/.claude/claude_desktop_config.json
{
  "mcpServers": {
    "code_index": {
      "command": "uvx",
      "args": [
        "mcp-code-index"
      ]
    }
  }
}

β–Ά Try itrun it locally

This is a local server, so it runs on your machine, not ours. Paste this to open it in the official MCP Inspector and poke at its tools:

npx @modelcontextprotocol/inspector uvx mcp-code-index