Skip to content
Back to search
30
MCP

Code to Tree

pulsemcp/code to tree

Converts source code into Abstract Syntax Tree representations using tree-sitter parsers for multiple programming languages including C, C++, Rust, Go, Ruby, Python, and Java, enabling precise code structure analysis and semantic understanding.

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

Similar MCP servers embedding-nearest

Code Analyze
Code structure analysis using tree-sitter with directory mapping and call graph tracing.
0 tools
io.github.userfrm/rpg-encoder
Semantic code graph for AI-assisted code understanding via tree-sitter and MCP.
0 tools
Go Code Graph
Analyzes Go codebases using AST parsing and Neo4j graph storage to enable natural language queries about code structure, dependencies, archi
0 tools
Glyph
Extracts code symbols from multiple programming languages using tree-sitter parsing to generate structured outlines with functions, classes,
0 tools
Code Context Provider
Analyzes project directories to extract code structure and symbols using Tree-sitter parsers, providing tools for generating directory trees
0 tools
io.github.Anandb71/arbor
The Graph-Native Intelligence Layer for Code.
0 tools

How to use

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

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