knowledge_mgmt
by mmaun
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging verbosity | INFO |
| CHUNK_SIZE | No | Maximum chunk size in characters | 1000 |
| STORAGE_DIR | No | Directory for document storage | ~/.knowledge-mgmt-mcp/storage |
| CHROMA_DB_DIR | No | ChromaDB database directory | ~/.knowledge-mgmt-mcp/chroma_db |
| CHUNK_OVERLAP | No | Overlap between chunks | 200 |
| MAX_FILE_SIZE | No | Max file size in bytes | 104857600 |
| COHERE_API_KEY | No | Cohere API key (required if using Cohere provider) | |
| OPENAI_API_KEY | No | OpenAI API key (required if using OpenAI provider) | |
| EMBEDDING_MODEL | No | Model to use for embeddings | Xenova/all-MiniLM-L6-v2 |
| CHUNKING_STRATEGY | No | Chunking method | sentence |
| ALLOWED_FILE_TYPES | No | Comma-separated file types | pdf,docx,txt,md,csv,json,html |
| EMBEDDING_PROVIDER | No | Embedding provider to use | transformers |
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/mmaun/askmydocs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server