Code-Index-MCP
by Consiliency
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AUTO_UPLOAD | No | Automatically upload indexes on changes | false |
| AUTO_DOWNLOAD | No | Automatically download indexes on clone | true |
| MCP_LOG_LEVEL | No | Logging level for the MCP server | INFO |
| MCP_SERVER_HOST | No | Host address for the MCP server | 0.0.0.0 |
| MCP_SERVER_PORT | No | Port for the MCP server | 8000 |
| MCP_ARTIFACT_SYNC | No | Enable GitHub Artifact sync for index sharing | false |
| MCP_MAX_FILE_SIZE | No | Maximum file size in bytes (default 10MB) | 10485760 |
| VOYAGE_AI_API_KEY | No | Your Voyage AI API key for semantic search capabilities (get one at https://voyageai.com) | |
| MCP_WORKSPACE_ROOT | No | Root directory for the workspace | . |
| INDEXING_BATCH_SIZE | No | Batch size for indexing operations | |
| INDEXING_MAX_WORKERS | No | Number of workers for parallel indexing | |
| MCP_PLUGIN_LAZY_LOAD | No | Load plugins on-demand | true |
| MCP_MAX_PLUGIN_MEMORY | No | Maximum memory for plugins in MB | 1024 |
| INDEXING_MAX_FILE_SIZE | No | Maximum file size for indexing | |
| MCP_DISPATCHER_TIMEOUT | No | Plugin loading timeout in seconds | 5 |
| MCP_BM25_BYPASS_ENABLED | No | Enable direct BM25 bypass for performance | true |
| SEMANTIC_SEARCH_ENABLED | No | Enable semantic search capabilities using Voyage AI embeddings | false |
| HYBRID_SEARCH_BM25_WEIGHT | No | Weight for BM25 in hybrid search | 0.3 |
| MCP_USE_SIMPLE_DISPATCHER | No | Use simple dispatcher for lightweight operation | false |
| HYBRID_SEARCH_FUZZY_WEIGHT | No | Weight for fuzzy search in hybrid search | 0.2 |
| HYBRID_SEARCH_SEMANTIC_WEIGHT | No | Weight for semantic search in hybrid search | 0.5 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Consiliency/Code-Index-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server