Use it as agent memory
Give your agent a real Postgres database to write to as it learns — typed rows, queried in English. Install it in your host over MCP.
Install in your agent.
-
Add to Cursor
Opens Cursor and asks you to confirm before writing the config.
If Cursor didn't open, paste this config manually:
-
Add to VS Code
Opens VS Code and asks you to confirm before writing the config.
If VS Code didn't open, paste this config manually:
-
Run in your terminal.
Run in your terminal.
claude mcp add --transport http nlqdb https://mcp.nlqdb.com/mcp -
Add to ~/.codex/config.toml.
Add to ~/.codex/config.toml.
[mcp_servers.nlqdb] url = "https://mcp.nlqdb.com/mcp" -
Settings → Connectors → Add custom connector — paste the URL.
Settings → Connectors → Add custom connector — paste the URL.
{ "mcpServers": { "nlqdb": { "url": "https://mcp.nlqdb.com/mcp" } } } -
Cascade → MCPs → Configure, or ~/.codeium/windsurf/mcp_config.json.
Cascade → MCPs → Configure, or ~/.codeium/windsurf/mcp_config.json.
{ "mcpServers": { "nlqdb": { "serverUrl": "https://mcp.nlqdb.com/mcp" } } } -
Agent Panel → Add Custom Server, or ~/.config/zed/settings.json.
Agent Panel → Add Custom Server, or ~/.config/zed/settings.json.
{ "context_servers": { "nlqdb": { "url": "https://mcp.nlqdb.com/mcp" } } }
Anonymous — the configs ship with the
pk_live_REPLACE_ME placeholder.
Sign in (free) to inline your live key →
Not building an agent? just describe your data →