tender-barbarian/go-llm-lens
An MCP server that enables LLMs to navigate and understand Go codebases through full type-checked AST analysis. It exposes structured tools — find symbols, inspect types, list packages, discover interface implementations — so an AI assistant can explore Go source code without reading raw files line by line.
Platform-specific configuration:
{
"mcpServers": {
"go-llm-lens": {
"command": "npx",
"args": [
"-y",
"go-llm-lens"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...