Polyquery
Freeby MCP Community
Multi-database query MCP tool supporting PostgreSQL, MySQL, MongoDB, Redis, and Oracle
v1.2.0Added Apr 12, 2026
mcpdatabasequerypostgresqlmysql
Polyquery MCP Server
Multi-database query MCP tool supporting PostgreSQL, MySQL, MongoDB, Redis, and Oracle
Installation
npx -y polyquery-mcp
Reviews
Installation
Quick install
npx -y polyquery-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"polyquery": {
"command": "npx",
"args": ["-y", "polyquery-mcp"]
}
}
}