All of open source at your agent's fingertips.

A remote MCP server over the entire Code Genome corpus, growing to encompass all the world's provably used open-source code. Your agent navigates and reads it all as if every project were fully resolved in an IDE it could explore. Try any tool below, then connect your agent in one line.

Connect your agent

Which agent are you using?

Run in your terminal

claude mcp add --transport http codegenome https://api.codegenomeproject.org/mcp

Or add to .mcp.json in your project root

{
  "mcpServers": {
    "codegenome": {
      "type": "http",
      "url": "https://api.codegenomeproject.org/mcp"
    }
  }
}

Endpoint: https://api.codegenomeproject.org/mcp. Clients run the OAuth flow on first call — no token or header to paste.

The MCP tools

The exact tools your agent gets, with the exact descriptions it reads — pick one, then run it against the public corpus and read the JSON that comes back. The find_* and usage_examples tools resolve through the corpus’s type tables, so they catch what a grep or a docs pipe can’t.

Tool