MCP Toolbox for Databases for Cursor
io.github.googleapis/genai-toolbox
MCP Toolbox for Databases enables your agent to connect to your database.
client:Cursor
transport:stdio
runtime:oci
Install MCP Toolbox for Databases in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"genai-toolbox": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:0.31.0"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs