Docs MCP
by bashguru
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RRF_K | No | Retrieval tuning. | 60 |
| AUTH_MODE | No | local (no auth) or cloudflare (service-token auth + logging). | local |
| INPUT_DIR | No | Folder of documents to ingest. | ./docs_input |
| VLM_MODEL | No | Vision language model. | qwen2.5vl:7b |
| RERANK_MODEL | No | Cross-encoder model. | bge-reranker-v2-m3 |
| RESULT_TOP_K | No | Retrieval tuning. | 8 |
| TUNNEL_TOKEN | No | Cloudflare Tunnel token (required when AUTH_MODE=cloudflare). | |
| EMBEDDING_DIM | No | Embedding dimension (change both together). | 1024 |
| RERANK_DEVICE | No | Device for reranking. | cpu |
| RERANK_ENABLED | No | Cross-encoder reranking (true/false). | true |
| EMBEDDING_MODEL | No | Dense embedder. | BAAI/bge-m3 |
| EMBEDDING_DEVICE | No | Device for embedding. | cpu |
| POSTGRES_PASSWORD | Yes | Password for the PostgreSQL database (must be set). | |
| RERANK_CANDIDATES | No | Retrieval tuning. | 30 |
| ENABLE_VLM_CAPTIONS | No | Figure captioning via Ollama. | true |
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
ActivityMaintained
ResponsivenessNo issues