
Ctxo
by alperhankendi·★ 52·Score 45
Ctxo is an MCP server that provides code intelligence for AI agents, delivering dependency graphs, git intent, and blast radius analysis in a single call.
Overview
Ctxo indexes codebases to create deterministic graphs of symbols, edges, git commits, and anti-patterns, exposing them through 14 semantic MCP tools. It transforms how AI agents interact with code by providing proactive insights instead of reactive file-by-file reading. The solution works across multiple languages with deep analysis for TypeScript, Go, and C#.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose Ctxo when you need comprehensive code intelligence for AI agents working in complex codebases, particularly when analyzing dependencies and code impact is critical.
When NOT to choose this
Don't choose Ctxo if you need support for languages other than TypeScript, Go, and C#, or if you prefer minimal dependencies in your workflow.
Tools this server exposes
12 tools extracted from the READMEget_blast_radiusGet the blast radius of a code change before making it
get_pr_impactAnalyze the impact of a pull request on the codebase
get_dependency_graphRetrieve the complete dependency graph of the codebase
get_git_intentGet classified git commit intent for changes
get_symbol_definitionFind the definition of a code symbol
get_callersFind all code that calls a specific symbol
get_importsGet all imports for a specific file or symbol
get_healthGet change health metrics for the codebase
get_co_changesFind files that change together frequently
get_file_analysisGet deep analysis of a specific file
get_architectureGet architecture view of the codebase
get_diffGet diff analysis for code changes
Comparable tools
Installation
npm install -g @ctxo/cli # one-time global install
cxo init
ctxo indexFor Claude Desktop, add to your config.json:
{
"mcpServers": {
"ctxo": {
"command": "npx",
"args": ["-y", "@ctxo/cli", "mcp"]
}
}
}FAQ
- How does Ctxo differ from traditional code search tools?
- Ctxo provides proactive, structural understanding through dependency graphs and blast radius analysis, rather than reactive file-by-file searching.
- Which programming languages does Ctxo support?
- Ctxo works with any language, with deep analysis specifically for TypeScript, Go, and C#.
Compare Ctxo with
Last updated · Auto-generated from public README + GitHub signals.