MCP Server
MCP
io.github.Wangggym/quarry
Safety-railed database access for agents: Postgres, MySQL, Redis. Read-only by default.
Install
uvx quarry-db
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "quarry-db",
"version": "0.2.2",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "resolve the qy entry point from the quarry-db package",
"value": "quarry-db",
"type": "named",
"name": "--from"
},
{
"description": "Quarry CLI entry point",
"value": "qy",
"type": "positional"
}
],
"packageArguments": [
{
"description": "serve the MCP face over stdio",
"value": "mcp",
"type": "positional"
},
{
"description": "path to a Quarry workspace directory (connections.toml + queries/)",
"format": "filepath",
"type": "named",
"name": "--workspace"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment