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
0
View on GitHub

Installation

npx -y micl2e2/code-to-tree

Configuration

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.

GitHub: https://github.com/micl2e2/code-to-tree

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub