SQLite-backed hybrid (vector + FTS) code search index for Claude Code over MCP.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
mcp-code-index · pypi · 1.0.6
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.achreftlili/code-index",
"description": "SQLite-backed hybrid (vector + FTS) code search index for Claude Code over MCP.",
"title": "Code Index",
"repository": {
"url": "https://github.com/achreftlili/code-index",
"source": "github"
},
"version": "1.0.6",
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-code-index",
"version": "1.0.6",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Embedder backend. Only 'jina' (local jina-embeddings-v2-base-code via sentence-transformers) is supported; the variable exists for future expansion.",
"format": "string",
"name": "CODE_INDEX_EMBEDDER"
},
{
"description": "HuggingFace model id. Defaults to 'jinaai/jina-embeddings-v2-base-code'. Override only if you know the model is dim-compatible.",
"format": "string",
"name": "CODE_INDEX_EMBED_MODEL"
},
{
"description": "Embedding dimension. Defaults to 768 (matches jina-embeddings-v2-base-code). Must match the model's output dim.",
"format": "string",
"name": "CODE_INDEX_EMBED_DIM"
},
{
"description": "Path to the SQLite index database. Defaults to .claude/index.db relative to the working directory.",
"format": "string",
"name": "CODE_INDEX_DB"
},
{
"description": "Encode batch size (default 32). Lower (e.g. 8 or 4) to reduce peak memory if the GPU OOMs on large files.",
"format": "string",
"name": "CODE_INDEX_EMBED_BATCH"
},
{
"description": "Torch device override: 'cpu', 'mps', or 'cuda'. Unset = auto-detect. Set 'cpu' to avoid Apple-Silicon MPS out-of-memory errors.",
"format": "string",
"name": "CODE_INDEX_EMBED_DEVICE"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-05-14T21:04:32.716695Z",
"publishedAt": "2026-05-14T21:04:32.716695Z",
"updatedAt": "2026-05-14T21:04:32.716695Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.0.6last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.