SERVER

Code Index

Rank #7761

glama/achreftlili/code-index

SQLite-backed hybrid search combining vector embeddings and full-text search for code repositories.

First listed
May 8, 2026
Last publish date
May 14, 2026
OVERVIEW

Code Index is a Model Context Protocol (MCP) server published by achreftlili. It ranks #7761 of 58,900 servers tracked on MCP Toplist. Code Index is listed across 3 registries — Official MCP, PulseMCP and Glama, with 11 tracked versions. It was first listed on May 8, 2026 and most recently updated on May 14, 2026.

STANDING
#7,761of 58,900 tracked serversTop 25%

Ranks ahead of 51,139 of 58,900 servers on MCP Toplist.

CONNECT

Use Code Index

Add Code Index to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.

Python package (PyPI)
{
  "mcpServers": {
    "code-index": {
      "command": "uvx",
      "args": [
        "mcp-code-index"
      ],
      "env": {
        "CODE_INDEX_EMBEDDER": "<your CODE_INDEX_EMBEDDER>",
        "CODE_INDEX_EMBED_MODEL": "<your CODE_INDEX_EMBED_MODEL>",
        "CODE_INDEX_EMBED_DIM": "<your CODE_INDEX_EMBED_DIM>",
        "CODE_INDEX_DB": "<your CODE_INDEX_DB>",
        "CODE_INDEX_EMBED_BATCH": "<your CODE_INDEX_EMBED_BATCH>",
        "CODE_INDEX_EMBED_DEVICE": "<your CODE_INDEX_EMBED_DEVICE>"
      }
    }
  }
}

Replace each placeholder with your own value before saving.

REGISTRIES

Listed on 3 registries

ORGANIZATION

achreftlili

Organization
Total servers
1
Total versions
11
VERSIONS

Available versions (11)

VersionPublished
1.0.6May 14, 2026
1.0.5May 14, 2026
1.0.1May 13, 2026
1.0.0May 13, 2026
0.4.0May 11, 2026
0.3.4May 10, 2026
0.3.2May 10, 2026
0.3.1May 10, 2026
0.3.0May 9, 2026
0.1.2May 9, 2026
0.1.0May 9, 2026
FAQ

Frequently asked questions

What is Code Index?
SQLite-backed hybrid search combining vector embeddings and full-text search for code repositories.
Who maintains Code Index?
Code Index is maintained by achreftlili, which publishes 1 MCP server (11 total versions) tracked on MCP Toplist.
Is Code Index an official MCP server?
Yes — Code Index is listed on the Official MCP Registry, alongside PulseMCP and Glama.
How many versions does Code Index have?
MCP Toplist tracks 11 versions of Code Index, most recently published on May 14, 2026.
Where can I find the source code for Code Index?
The source code for Code Index is hosted at github.com/achreftlili/code-index.
EXPLORE