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 →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ctxo": {
"command": "npx",
"args": [
"-y",
"alperhankendi/Ctxo"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ctxo npx -y alperhankendi/Ctxo
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ctxo": {
"command": "npx",
"args": [
"-y",
"alperhankendi/Ctxo"
]
}
}
}
📋 Copy
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-coding claude code-intelligence codebase-context copilot cursor dependency-graph developer-tools mcp mcp-server model-context-protocol static-analysis typescript