micl2e2/code-to-tree
A runtime-free MCP server that converts source code into AST🌲, regardless of language.
Leverages tree-sitter to parse seven languages (C, C++, Rust, Ruby, Go, Java, Python) into precise ASTs, with the entire implementation compiled into a single standalone binary using the mcpc framework. Integrates directly with MCP-compatible clients like Claude Desktop via stdio transport, requiring only executable installation in the client configuration. Designed to provide LLMs with accurate syntactic analysis without external runtime dependencies or language-specific interpreters.
No commits in the last 6 months.
Stars
82
Forks
13
Language
C
License
MIT
Category
Last pushed
May 17, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/micl2e2/code-to-tree"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
bgauryy/octocode-mcp
MCP server for semantic code research and context generation on real-time using LLM patterns |...
DeusData/codebase-memory-mcp
MCP server that indexes your codebase into a persistent knowledge graph. 64 languages, sub-ms...
aimasteracc/tree-sitter-analyzer
A scalable, multi-language code analysis framework based on Tree-sitter, usable both as a CLI...
duysolo/codebaxing
Local codebase indexing and semantic code search via MCP
wrale/mcp-server-tree-sitter
MCP Server for Tree-sitter