cocoindex MCP
by datarian
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COCOINDEX_DB | Yes | Path to the local LMDB file for incremental state tracking (e.g., /path/to/.cocoindex/state.db). | |
| DATABASE_URL | Yes | PostgreSQL connection string (e.g., postgresql://user:password@host:port/database). It is highly encouraged to pass authentication through env vars. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| index_repoB | Index a code repository (code-aware chunking, vendored dirs skipped). |
| index_documentsC | Index a document collection (markdown, text, PDF, ...). |
| searchA | Semantic search over indexed repos/documents. Optionally filter by source_kind ('repo' or 'document'). |
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
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/datarian/mcp-coco'
If you have feedback or need assistance with the MCP directory API, please join our Discord server