Back to directory
angrysky56/ast-mcp-server

angrysky56/ast-mcp-server

@angrysky5634

An MCP server that provides code structure and semantic analysis capabilities through Abstract Syntax Trees (AST) and Abstract Semantic Graphs (ASG)

astasgcode-analysispythonjavascripttool

Installation & Configuration

{
  "mcpServers": {
    "AstAnalyzer": {
      "command": "uv",
      "args": [
        "--directory",
        "/absolute/path/to/ast-mcp-server",
        "run",
        "server.py"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/4/24
Updated
2026/6/7