Skip to main content
Coding AgentsC/C++

micl2e2/code-to-tree

A single-binary MCP server that converts source code into AST, regardless of language.

coding-agentslocal-serviceembeddedmacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/micl2e2/code-to-tree

Claude 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.

Details

Category
Coding Agents
Language
C/C++
Author
micl2e2