Skip to content
Back to search
30
MCP

codecompass-mcp

pypi/codecompass-mcp

Structural code context for AI coding agents — a local code knowledge graph for blast radius, impact, deps, dead code, and flow tracing

Uptime
0.0%
10 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

code-atlas-mcp
A code intelligence graph that gives AI coding agents deep, token-efficient understanding of your codebase.
0 tools
grafio-mcp
Structural code knowledge graph for AI coding assistants — impact analysis, cross-service flows, and symbol search via MCP
0 tools
contextai-mcp
MCP server exposing ContextAI's static code-graph API to LLM agents
0 tools
atlas-context-mcp
MCP server that gives AI coding agents structured project knowledge — standards, tools, conventions, structure
0 tools
io.github.wisdomrock/code-context-gate
Context-aware code retrieval MCP server — ranked, gated results for AI coding agents
0 tools
@codeweave/mcp
Codebase graph analysis for AI agents — AST + call graph + type graph + hybrid semantic search via MCP
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "codecompass-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}