MCP AST Explorer for Cursor
io.github.lovranran/mcp-ast-explorer
Python symbol exploration for codebase onboarding agents.
client:Cursor
transport:stdio
runtime:pypi
Install MCP AST Explorer in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-ast-explorer": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-ast-explorer"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs