code-index
by achreftlili
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CODE_INDEX_DB | No | Override the SQLite index path. Default is .claude/index.db. | |
| CODE_INDEX_EMBEDDER | No | Only jina is supported today (default). | |
| CODE_INDEX_EMBED_DIM | No | Must match the embedding model's output dimension. Default is 768. | |
| CODE_INDEX_EMBED_BATCH | No | Encode batch size. Default is 32. | |
| CODE_INDEX_EMBED_MODEL | No | HuggingFace model id. Default is jinaai/jina-embeddings-v2-base-code. | |
| CODE_INDEX_EMBED_DEVICE | No | Force the torch device: cpu, mps, or cuda. Default is auto. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/achreftlili/code-index'
If you have feedback or need assistance with the MCP directory API, please join our Discord server