ast2llm/ast2llm-go
Powerful MCP-server that parses Go source code into AST and converts it into a clean, LLM-friendly format.
Platform-specific configuration:
{
"mcpServers": {
"ast2llm-go": {
"command": "npx",
"args": [
"-y",
"ast2llm-go"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...