Cogni-Docs
by bsreeram08
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HTTP_PORT | No | Port for the upload server and MCP SSE endpoint. | 3001 |
| CHUNK_SIZE | No | Backward-compatible chunk size. | 3000 |
| STORAGE_NAME | No | Storage provider name (e.g., chroma). | chroma |
| CHUNKING_NAME | No | Chunking provider name: langchain, chonkie, or builtin. | langchain |
| CHUNK_OVERLAP | No | Backward-compatible chunk overlap. | 150 |
| MAX_CHUNK_SIZE | No | Backward-compatible maximum chunk size. | 5000 |
| EMBEDDINGS_NAME | No | Embeddings provider name (e.g., xenova, transformersjs). | xenova |
| STORAGE_OPTIONS | No | JSON string of provider-specific storage options. | {"url":"http://localhost:8000"} |
| CHUNKING_OPTIONS | No | JSON string of provider-specific chunking options. | {"strategy":"recursive","chunkSize":3000,"chunkOverlap":150} |
| EMBEDDINGS_OPTIONS | No | JSON string of provider-specific embedding options. | {"model":"Xenova/all-MiniLM-L6-v2","maxBatchSize":50} |
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/bsreeram08/Cogni-Docs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server