Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by Nayte91 • Uncategorized
An MCP server providing PHP Abstract Syntax Tree analysis for codebases.
Analyze PHP code structure efficiently using AST.
Reduce token usage by abstracting PHP codebases.
JSON output compatible with MCP clients for tooling.
This MCP server parses PHP files into their Abstract Syntax Tree representation using the php-ast extension, enabling detailed analysis of code structure including classes, methods, functions, and properties. It reduces token counts significantly by providing a high level of abstraction, which benefits code analysis and tooling. The server processes directories recursively and outputs JSON compatible with MCP clients, facilitating efficient PHP codebase analysis locally for development purposes.