Ast MCP Server
UnclaimedBy transforming source code into a queryable Semantic Graph and a structured AST, this tool bridges the gap between "reading text" and "understanding structure." For an AI assistant, it provides the "spatial" awareness needed to navigate deep dependencies without getting lost in large files.
Install
pip install -e .Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (14)
analyze_and_cache
Analyze code and cache the results for resource access
analyze_code
Analyze code structure and complexity
ast_diff_and_cache
Generate an AST diff and cache it
diff_ast
Find differences between two versions of code
find_node_at_position
Locate a specific node at a given line and column
generate_and_cache_asg
Generate an ASG and cache it for resource access
generate_and_cache_enhanced_asg
Generate an enhanced ASG and cache it
generate_asg
Generate an Abstract Semantic Graph from code
generate_enhanced_asg
Generate an enhanced ASG with better scope handling
parse_and_cache
Parse code into an AST and cache it for resource access
parse_and_cache_incremental
Parse code incrementally and cache the results
parse_to_ast
Parse code into an Abstract Syntax Tree
parse_to_ast_incremental
Parse code with incremental support for faster processing
supported_languages
Get the list of supported programming languages