MCP Server
Active
MIT
MCP AST Explorer MCP Server
io.github.LovRanRan/mcp-ast-explorer
What is the MCP AST Explorer MCP server?
Python symbol exploration for codebase onboarding agents.
How to install MCP AST Explorer
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-ast-explorer": {
"command": "uvx",
"args": [
"mcp-ast-explorer"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-ast-explorer": {
"command": "uvx",
"args": [
"mcp-ast-explorer"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-ast-explorer": {
"command": "uvx",
"args": [
"mcp-ast-explorer"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-ast-explorer": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-ast-explorer"
]
}
}
}Claude Code
claude mcp add mcp-ast-explorer -- uvx mcp-ast-explorerRelated MCP servers
MCP Repo Mapper
Maintained
Deterministic repository structure mapping for onboarding agents.
0
View repository →Python
MIT
MCP Test Runner
Active
Local test execution and coverage summaries for onboarding agents.
0
View repository →Python
MIT