HomeDevelopment › Liquid

Liquid

Connect your AI agent to anything — APIs, databases, and agents; read and write, auto-discovered.

Python CloudLocal
★ 3 stars Last pushed 2026-06-09

Topics: Aggregators

Connect

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

Package (pypi 0.1.0)

uvx liquid-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "liquid": {
      "command": "uvx",
      "args": [
        "liquid-mcp"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_VALUE>",
        "OPENAI_BASE_URL": "<YOUR_VALUE>",
        "GEMINI_API_KEY": "<YOUR_VALUE>",
        "ANTHROPIC_API_KEY": "<YOUR_VALUE>",
        "LIQUID_ALLOW_WRITES": "<YOUR_VALUE>"
      }
    }
  }
}
  • OPENAI_API_KEY secret — OpenAI (or compatible) API key for discovery
  • OPENAI_BASE_URL — OpenAI-compatible base URL, e.g. local Ollama/vLLM
  • GEMINI_API_KEY secret — Google Gemini API key (alternative)
  • ANTHROPIC_API_KEY secret — Anthropic API key (alternative)
  • LIQUID_ALLOW_WRITES — Set to 1 to expose the liquid_execute write tool (database insert/update/delete). Off by default — read-only.

Related servers

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

Data from the Official MCP Registry