Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Host address for the MCP server | 127.0.0.1 |
| MCP_PORT | No | Port number for the MCP server | 3000 |
| QDRANT_URL | Yes | URL for the Qdrant vector database instance | http://localhost:6333 |
| MCP_ADR_DIR | No | Directory for architectural decision records | ./docs/adrs |
| MCP_DISK_CACHE_DIR | No | Directory for disk cache | ./cache |
| MCP_DOCS_CACHE_DIR | No | Directory for caching documentation | ./docs |
| MCP_KB_STORAGE_DIR | No | Directory for knowledge base storage | ./knowledge |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |