ctxpp

cavenine/ctxpp
★ 17 stars Go 🤖 AI/LLM Updated 27d ago
A local MCP server that gives AI agents fast symbol search, call-graph traversal, and blast-radius analysis over your codebase.
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": {
    "ctxpp": {
      "command": "go",
      "args": [
        "run",
        "github.com/cavenine/ctxpp@latest"
      ]
    }
  }
}