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} |
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
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 | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues