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

コメント

「開発者ツール」の他のコンテンツ