gitctx

winfunc/gitctx
★ 12 stars Rust 🤖 AI/LLM Updated 1mo ago
gitctx is an MCP server that gives agents and IDE assistants targeted, up-to-date access to GitHub repositories. Open-source alternative to Amp's Librarian.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gitctx": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "gitctx"
      ]
    }
  }
}