coding agents
Code To Tree
A single-binary MCP server that converts source code into AST, regardless of language.
local
macos
windows
linux
coding agents
Installation
npx -y micl2e2/code-to-treeConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "code-to-tree",
"command": "npx",
"args": [
"-y",
"micl2e2/code-to-tree"
]
}About This MCP Server
micl2e2/code-to-tree
A single-binary MCP server that converts source code into AST, regardless of language.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub