Skip to main content
Glama
datarian
by datarian

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
COCOINDEX_DBYesPath to the local LMDB file for incremental state tracking (e.g., /path/to/.cocoindex/state.db).
DATABASE_URLYesPostgreSQL 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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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