micl2e2/code-to-tree
A single-binary MCP server that converts source code into AST, regardless of language.
Quick Start
Clone the repository:
git clone https://github.com/micl2e2/code-to-treeClaude Desktop configuration example:
{
"mcpServers": {
"code-to-tree": {
"command": "npx",
"args": [
"-y",
"micl2e2/code-to-tree"
]
}
}
}Check the repository README for specific installation and configuration instructions.