mcp-knowledge-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | No | API key for authentication | |
| CHUNK_SIZE | No | Chunk size (default: 1000) | |
| QDRANT_URL | No | Qdrant server URL (default: http://localhost:6333) | |
| ENABLE_AUTH | No | Enable authentication (true/false) | |
| DATABASE_URL | No | Database URL (default: sqlite:///./knowledge.db) | |
| GROQ_API_KEY | No | Groq API key | |
| LLM_PROVIDER | No | LLM provider (ollama, openai, anthropic, gemini, groq, together, openrouter, lmstudio, llamacpp, openai_compatible) | |
| OLLAMA_MODEL | No | Ollama model (default: qwen3:8b) | |
| OPENAI_MODEL | No | OpenAI model (default: gpt-4.1) | |
| CHUNK_OVERLAP | No | Chunk overlap (default: 200) | |
| CHUNK_STRATEGY | No | Chunking strategy (recursive, token, markdown, semantic) | |
| GEMINI_API_KEY | No | Gemini API key | |
| OPENAI_API_KEY | No | OpenAI API key | |
| QDRANT_API_KEY | No | Qdrant API key | |
| EMBEDDING_MODEL | No | Embedding model (default: all-MiniLM-L6-v2) | |
| OLLAMA_BASE_URL | No | Ollama base URL (default: http://localhost:11434) | |
| TOGETHER_API_KEY | No | Together AI API key | |
| ANTHROPIC_API_KEY | No | Anthropic API key | |
| EMBEDDING_PROVIDER | No | Embedding provider (sentence_transformers, openai, ollama, voyage, cohere) | |
| OPENROUTER_API_KEY | No | OpenRouter API key |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| health_checkA | Check the health status of the knowledge server. |
| search_documentsA | Search documents by semantic similarity. |
| rag_answerA | Generate a RAG answer with citations from the knowledge base. |
| add_documentA | Add a document to the knowledge base. |
| update_documentA | Update an existing document by re-ingesting it. |
| delete_documentA | Delete a document from the knowledge base. |
| list_documentsC | List documents in the knowledge base. |
| get_documentA | Get a document by ID. |
| similar_documentsA | Find documents similar to a given chunk. |
| create_collectionA | Create a new document collection. |
| delete_collectionA | Delete a collection and all its vectors. |
| list_collectionsA | List all document collections. |
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/NavinAnik/mcp-knowledge-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server