mcp-knowledge-server
by NavinAnik
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 |
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 | |
Latest Blog Posts
- 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