Back to search
30
MCP

code-graph-mcp

npm/code-graph-mcp

A code indexing system accessible via MCP (Model Context Protocol)

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

Similar MCP servers embedding-nearest

code-index-mcp
A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
0 tools
mcp-server-codegraph
MCP server for graph representation of a codebase
0 tools
code-search-mcp
MCP server for indexing code repositories with SQLite
0 tools
codegraph-mcp-server
MCP Server for code graph analysis with GraphRAG capabilities
0 tools
code-graph-context
MCP server that builds code graphs to provide rich context to LLMs
0 tools
index-it-mcp
Local-first code indexer for AI assistants via Model Context Protocol (MCP)
0 tools

How to use

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

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