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 |
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 | |