Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Server host address | 0.0.0.0 |
| PATH | No | HTTP endpoint path | /mcp |
| PORT | No | Server port | 8000 |
| DB_NAME | No | Milvus database name | default |
| TRANSPORT | No | Transport protocol to use (http, sse, or stdio) | http |
| MILVUS_URI | No | Milvus server URI | http://localhost:19530 |
| MILVUS_TOKEN | No | Milvus authentication token for remote instances | |
| OPENAI_API_KEY | Yes | Required for document processing and embedding generation. Essential when using tools that involve code retrieval or documentation indexing. |
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 | |