Home › Development › Liquid
Liquid
Connect your AI agent to anything — APIs, databases, and agents; read and write, auto-discovered.
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_KEYsecret — OpenAI (or compatible) API key for discoveryOPENAI_BASE_URL— OpenAI-compatible base URL, e.g. local Ollama/vLLMGEMINI_API_KEYsecret — Google Gemini API key (alternative)ANTHROPIC_API_KEYsecret — 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
mindshub
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
pipedream
Connect with 2,500 APIs with 8,000+ prebuilt tools, and manage servers for your users, in your own app.
metamcp
MetaMCP is the one unified middleware MCP server that manages your MCP connections with GUI.
anyquery
Query more than 40 apps with one binary using SQL. It can also connect to your PostgreSQL, MySQL, or SQLite compatible database.…
MCPJungle
Self-hosted MCP Server registry for enterprise AI Agents
opentabs
Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry