MCP.so
登录
C

Code To Tree

@micl2e2

关于 Code To Tree

A single-binary MCP server that converts source code into AST🌲 (Abstract Syntax Tree), regardless of language.

基本信息

分类

开发工具

传输方式

stdio

发布者

micl2e2

提交者

Michael Lee

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "code-to-tree": {
      "command": "/path/to/code-to-tree"
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Code To Tree?

A single-binary MCP server that converts source code into Abstract Syntax Tree (AST), regardless of programming language.

How to use Code To Tree?

Key features of Code To Tree

  • Single-binary deployment
  • Language-agnostic AST conversion
  • Converts source code to tree representation

Use cases of Code To Tree

FAQ from Code To Tree

评论

开发工具 分类下的更多 MCP 服务器