mcp-coco

datarian/mcp-coco
★ 0 stars Python File System Updated today
A context engine implemented through cocoindex with a minimal MCP server in front.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-coco": {
      "command": "uvx",
      "args": [
        "mcp-coco"
      ]
    }
  }
}

Or install with pip: pip install mcp-coco

README Excerpt

An MCP server that incrementally indexes **repositories** and **documents** into a Postgres + pgvector store using [CocoIndex](https://cocoindex.io), and exposes semantic search over them. The pipeline is `source → extract (format registry) → chunk → embed → store`: - **Sources** (`src/mcp_coco/sources.py`) — local filesystem today, as two profiles: