PluginBench
MCP Server

Polyglot Database MCP MCP Server

io.github.hyperpolymath/poly-db-mcp

What is the Polyglot Database MCP MCP server?

Unified MCP for 20 databases: SurrealDB, ArangoDB, Virtuoso, CouchDB, Cassandra, and more

How to install Polyglot Database MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "poly-db-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/hyperpolymath/poly-db-mcp:main"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "poly-db-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/hyperpolymath/poly-db-mcp:main"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "poly-db-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/hyperpolymath/poly-db-mcp:main"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "poly-db-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/hyperpolymath/poly-db-mcp:main"
      ]
    }
  }
}
Claude Code
claude mcp add poly-db-mcp -- docker run -i --rm ghcr.io/hyperpolymath/poly-db-mcp:main

Related MCP servers

Unified MCP for 28 static site generators across 19 languages: Zola, Hakyll, and more

View repository →
Polyglot Database MCP MCP Server | PluginBench