Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_AGENT_NAME | No | Optional agent name header. | |
| SERVICE_VERSION | No | Optional version override. | |
| RAGMAP_API_BASE_URL | No | Optional API base URL override. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| rag_find_servers | Search/filter RAG-related MCP servers from the RAGMap subregistry. |
| rag_get_server | Fetch a server record by registry name (latest version). Use the exact name from the registry, e.g. io.github.khalidsaidi/ragmap for RAGMap. |
| rag_list_categories | List all RAG categories known to RAGMap. |
| rag_explain_score | Explain RAGMap scoring for a server. Use the registry server name, e.g. io.github.khalidsaidi/ragmap for RAGMap. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |