angrysky56/ast-mcp-server
By 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.
This tool helps AI assistants like Claude Desktop better understand your code by converting it into a structured, queryable format. Instead of just seeing code as text, it provides a 'map' of the code's components and relationships, making the AI more effective at tasks like explaining complex functions or navigating large projects. It takes source code in various languages and outputs a detailed structural and semantic analysis, used primarily by developers working with AI code assistants.
Use this if you are a software developer who uses AI assistants (like Claude Desktop) and needs them to have a deeper, more accurate understanding of your codebase to provide better support for coding tasks.
Not ideal if you don't use AI code assistants or if your primary need is for a standalone code linter, formatter, or traditional static analysis tool.
Stars
31
Forks
7
Language
Python
License
MIT
Category
Last pushed
Feb 06, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/angrysky56/ast-mcp-server"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
bgauryy/octocode-mcp
MCP server for semantic code research and context generation on real-time using LLM patterns |...
DeusData/codebase-memory-mcp
MCP server that indexes your codebase into a persistent knowledge graph. 64 languages, sub-ms...
Azure-Samples/snippy
🧩 Build AI-powered MCP Tools with Azure Functions, Durable Agents & Cosmos vector search....
aimasteracc/tree-sitter-analyzer
A scalable, multi-language code analysis framework based on Tree-sitter, usable both as a CLI...
wrale/mcp-server-tree-sitter
MCP Server for Tree-sitter