Skip to content
Back to search
30
MCP

Go Code Graph

pulsemcp/go code graph

Analyzes Go codebases using AST parsing and Neo4j graph storage to enable natural language queries about code structure, dependencies, architectural patterns, and refactoring impact through interactive visualization and conversational interfaces.

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

Similar MCP servers embedding-nearest

Code Analysis
Integrates code analysis using a Neo4j graph database to enable structural insights, quality metrics, and natural language querying of codeb
0 tools
CodeGraphContext
Indexes codebases into a Neo4j graph database to enable sophisticated code analysis including function call relationships, class hierarchies
0 tools
Code Graph RAG
Provides advanced code graph analysis through specialized agents for parsing, indexing, querying, and semantic search across codebases with
0 tools
CodeGraph Context
Code graph analysis for AI coding assistants with repo graph queries, symbol impact paths, and dependency hotspot reports.
0 tools
Code Pathfinder
AI-native static code analysis with call graphs, data flow tracing, type inference, and symbol search for Python and Go.
0 tools
GraphPulse C++
Analyzes C++ codebases via AST parsing to build comprehensive, queryable dependency graphs for AI agents. Maps complex function relationship
0 tools · http

How to use

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

{
  "mcpServers": {
    "go_code_graph": {
      "url": "None",
      "transport": "http"
    }
  }
}