DB2TOON MCP for Cursor
io.github.kamil5b/db2toon-mcp
Read-only SQL database and plain-text SQL dump schema extraction to compact TOON for MCP clients.
client:Cursor
transport:stdio
runtime:oci
Install DB2TOON MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"db2toon-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kamil5b/db2toon:v1.4.4"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs