cosai-discovery

neilck/cosai-discovery
★ 0 stars Python 🤖 AI/LLM Updated 4d ago
Makes a workspace of related projects discoverable to AI coding agents via a per-project index and an MCP server.
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": {
    "cosai-discovery": {
      "command": "uvx",
      "args": [
        "cosai-discovery"
      ]
    }
  }
}

Or install with pip: pip install cosai-discovery

README Excerpt

Makes a workspace of related projects discoverable to AI coding agents. Each project commits an **index** — a structured, embeddable description of what it contains — to its own repository (or to a sidecar location). An MCP server reads these indexes across the workspace, embeds them, and answers queries from agents working in any one project about what exists in the others.