faucet

faucetdb/faucet
★ 85 stars Go 🗄️ Database Updated 1mo ago
Faucet is an open-source, single-binary server that turns any SQL database into a secure, governed REST API with role-based access control and native MCP support for applications and AI agents.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "faucet": {
      "command": "go",
      "args": [
        "run",
        "github.com/faucetdb/faucet@latest"
      ]
    }
  }
}

Topics

databasegolangmcprest-api