Ctxo

v1.0.0Coding Agentsstable

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#.

ai-codingclaudecode-intelligencecodebase-contextcopilot
Share:
53
Stars
0
Downloads
0
Weekly
0/5

What is Ctxo?

Ctxo is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 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 anal...

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#.

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • MCP server for AI coding agents. Instead of reading files on

Use Cases

Get dependency graphs, git intent, and blast radius in one call instead of reading files individually. Deep analysis for TypeScript, Go, and C#.
alperhankendi

Maintainer

LicenseMIT
Languagehtml
Versionv1.0.0
UpdatedMay 20, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx ctxo

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Ctxo

Ctxo is an MCP server and CLI tool that gives AI coding agents a complete, deterministic map of your codebase before they write a single line of code. Instead of requiring agents to ripgrep through files and guess at dependencies, Ctxo indexes your repo into a symbol graph — capturing every import, call, inheritance, and git commit — and exposes 14 semantic MCP tools so agents can query blast radius, dependency graphs, PR impact, and change health in a single call. It provides deep analysis for TypeScript, Go, and C#, with general support for any language, and integrates directly with Claude Code, Cursor, and other MCP-compatible clients.

Prerequisites

  • Node.js 18 or higher
  • npm installed (comes with Node.js)
  • A git repository with TypeScript, Go, or C# code for deep analysis (other languages supported with general analysis)
  • An MCP-compatible client: Claude Code, Cursor, VS Code Copilot, or similar
1

Install the Ctxo CLI globally

Install the @ctxo/cli package globally so the 'ctxo' command is available in any project.

npm install -g @ctxo/cli
2

Initialize Ctxo in your project

Run ctxo init in your project root. This detects your languages, installs the appropriate plugins, wires Ctxo into your MCP client configuration, installs git hooks, and builds the first index.

cd /path/to/your/project
ctxo init
3

Build the codebase index

Index your repository to create the symbol graph. File watchers and git hooks keep the index fresh after the initial build.

ctxo index
4

Preview safe-edit guard coverage

See which symbols the safe-edit guard would flag for blast radius checks at the current sensitivity level.

ctxo gate --preview
5

Verify the MCP server is connected

Restart your MCP client (Claude Code, Cursor, etc.) after ctxo init. The init command writes the MCP server configuration automatically into .claude/settings.json for Claude Code.

6

Visualize your dependency graph

Generate a self-contained interactive HTML dependency graph from the current index to explore relationships visually.

ctxo visualize

Ctxo Examples

Client configuration

Claude Code MCP configuration generated by 'ctxo init'. The init command writes this automatically, but you can add it manually if needed.

{
  "mcpServers": {
    "ctxo": {
      "command": "npx",
      "args": ["-y", "@ctxo/cli", "mcp"],
      "env": {}
    }
  }
}

Prompts to try

Use these prompts in Claude Code or Cursor after Ctxo is connected to leverage codebase intelligence before making changes.

- "What is the blast radius if I change the UserService class?"
- "Show me the dependency graph for the auth module"
- "What git commits touch the payment processing code and what was the intent of each?"
- "What files would be affected if I rename the processOrder function?"
- "Check the PR impact of my current changes"
- "Find all callers of the validateToken function across the codebase"

Troubleshooting Ctxo

ctxo init does not write MCP config for my editor

Ctxo automatically configures Claude Code (via .claude/settings.json) and Cursor. For other editors, manually add the MCP server with command 'npx', args ['-y', '@ctxo/cli', 'mcp'] in your client's MCP server settings.

The safe-edit guard blocks edits even for low-impact changes

Adjust sensitivity in .ctxo/config.yaml by changing gate.sensitivity from 'strict' to 'balanced' or 'lenient'. Run 'ctxo gate --preview' after each change to see which symbols are affected.

Index is stale after making code changes

Run 'ctxo index' manually to rebuild, or ensure git hooks were installed by ctxo init (check for a pre-commit hook in .git/hooks/). Re-run 'ctxo init' if hooks are missing.

Frequently Asked Questions about Ctxo

What is Ctxo?

Ctxo is a Model Context Protocol (MCP) server that 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#. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Ctxo?

Follow the installation instructions on the Ctxo GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Ctxo?

Ctxo works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Ctxo free to use?

Yes, Ctxo is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "ctxo": { "command": "npx", "args": ["-y", "ctxo"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Ctxo?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides