MCP Catalogs
HomeCtxo screenshot

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.

developer-toolsai-llmknowledge-graph
4
Forks
14
Open issues
this month
Last commit
2d ago
Indexed

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:

you:AI coding agents understanding code structure and dependencies before making changes
you:Code analysis with blast radius identification before refactoring
you:Git-integrated code review with impact assessment
you:How does Ctxo differ from traditional code search tools?
you:Which programming languages does Ctxo support?

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 README
  • get_blast_radius

    Get the blast radius of a code change before making it

  • get_pr_impact

    Analyze the impact of a pull request on the codebase

  • get_dependency_graph

    Retrieve the complete dependency graph of the codebase

  • get_git_intent

    Get classified git commit intent for changes

  • get_symbol_definition

    Find the definition of a code symbol

  • get_callers

    Find all code that calls a specific symbol

  • get_imports

    Get all imports for a specific file or symbol

  • get_health

    Get change health metrics for the codebase

  • get_co_changes

    Find files that change together frequently

  • get_file_analysis

    Get deep analysis of a specific file

  • get_architecture

    Get architecture view of the codebase

  • get_diff

    Get diff analysis for code changes

Comparable tools

semgrep-mcpswc-mcpeslint-mcp

Installation

npm install -g @ctxo/cli  # one-time global install
cxo init
ctxo index

For 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.