HomeDatabases & Data › safedb-mcp

safedb-mcp

A secure MCP server that lets AI agents query databases safely.

TypeScript CloudLocal
★ 7 stars Last pushed 2026-09-23 License: MIT

Topics: Databases

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.5.0)

npx -y @safedb/safedb-mcp@0.5.0

Or add to your MCP client config:

{
  "mcpServers": {
    "safedb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@safedb/safedb-mcp@0.5.0"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • YOUR_API_KEY required secret — Your API key for the service

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry