Ctxo

alperhankendi/Ctxo
★ 47 stars HTML 💻 Code/Dev Tools Updated 5d ago
MCP server for AI coding agents. Instead of reading files one by one, your agent gets dependency graphs, git intent, blast radius, and change health in a single call. Works with any language deep analysis for TypeScript, Go, and C#.
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": {
    "ctxo": {
      "command": "npx",
      "args": [
        "-y",
        "alperhankendi/Ctxo"
      ]
    }
  }
}

README Excerpt

<div align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="docs/img/hero-svg.svg"> <source media="(prefers-color-scheme: light)" srcset="docs/img/hero-svg.svg"> <img alt="Ctxo — Code intelligence for AI agents" src="docs/img/hero-svg.svg" width="100%"> </picture> ```Shell npm install -g @ctxo/cli # one-time global install (gives you the `ctxo` command)

Topics

ai-codingclaudecode-intelligencecodebase-contextcopilotcursordependency-graphdeveloper-toolsmcpmcp-servermodel-context-protocolstatic-analysistypescript