keyward-mcp-server

gwdmnn/keyward-mcp-server
★ 0 stars Python Database Updated today
An MCP server that works as a proxy and isolates database credentials from the caller agent. It maps the database connection of many customers, considering the ssh connection to be used as well. The server keep the map in memory, so the agent can see available databases for each customer, and run read/write queries for executing its tasks.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "keyward-mcp-server": {
      "command": "uvx",
      "args": [
        "keyward-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install keyward-mcp-server

README Excerpt

A local **MCP server** that gives an AI coding assistant (e.g. Claude Code) **credential-isolated** access to your PostgreSQL databases. The assistant sends only SQL and receives only rows — database usernames, passwords, and SSH keys never enter the model's context or the conversation transcript. Wiring an AI assistant to a database usually means putting connection strings and

Tools (5)

DB_MCP_BOOTSTRAPDB_MCP_KEYS_DIRDB_MCP_PASSPHRASEDB_MCP_REGISTRYDB_MCP_VAULT
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →