a2db for Cursor
io.github.agentic-eng/a2db
Safe, read-only database access for AI agents. 5 databases, batch queries, SQLGlot.
client:Cursor
transport:stdio
runtime:pypi
Install a2db in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"a2db": {
"type": "stdio",
"command": "uvx",
"args": [
"a2db"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs