mcp-code-context

achatainga/mcp-code-context
★ 1 stars TypeScript 🤖 AI/LLM Updated today
MCP server that compresses any codebase into LLM-ready semantic context. AST-based compression for TypeScript, JavaScript, PHP, Dart & Python — works with Claude, Cursor, Windsurf, Copilot, Amazon Q, and any MCP client.
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": {
    "mcp-code-context": {
      "command": "npx",
      "args": [
        "-y",
        "achatainga/mcp-code-context"
      ]
    }
  }
}