Poly Db MCP
Rank #1,708io.github.hyperpolymath/poly-db-mcp
MCP server providing poly-db-mcp capabilities
Poly Db MCP is a Model Context Protocol (MCP) server published by hyperpolymath. It ranks #1,708 of 115,460 servers tracked on MCP Toplist, and its repository has 136 GitHub stars. Poly Db MCP is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Dec 14, 2025 and most recently updated on Dec 14, 2025.
Ranks ahead of 113,752 of 115,460 servers on MCP Toplist.
Use Poly Db MCP
claude mcp add poly-db-mcp -- docker run -i --rm ghcr.io/hyperpolymath/poly-db-mcp:main[mcp_servers.poly-db-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/hyperpolymath/poly-db-mcp:main"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"poly-db-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hyperpolymath/poly-db-mcp:main"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"poly-db-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hyperpolymath/poly-db-mcp:main"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"poly-db-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hyperpolymath/poly-db-mcp:main"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"poly-db-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hyperpolymath/poly-db-mcp:main"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"poly-db-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hyperpolymath/poly-db-mcp:main"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.hyperpolymath%2Fpoly-db-mcp)<a href="https://mcptoplist.com/server/io.github.hyperpolymath%2Fpoly-db-mcp"><img src="https://mcptoplist.com/badge/io.github.hyperpolymath%2Fpoly-db-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
hyperpolymath
Other servers by hyperpolymath
View all hyperpolymath servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Dec 14, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Poly Db MCP?
- Poly Db MCP is maintained by hyperpolymath, which publishes 4 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Poly Db MCP listed on the Official MCP Registry?
- Yes — Poly Db MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Poly Db MCP have?
- MCP Toplist tracks 2 versions of Poly Db MCP, most recently published on Dec 14, 2025.
- Where can I find the source code for Poly Db MCP?
- The source code for Poly Db MCP is hosted at github.com/hyperpolymath/poly-db-mcp.