Skip to content
Grok

nlqdb — analytical memory for AI agents for Grok

com.nlqdb/nlqdb

Analytical memory for AI agents: a real Postgres queried in plain English over MCP. One command.

client:Grok transport:streamable-http

Install nlqdb — analytical memory for AI agents in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "nlqdb": {
      "type": "http",
      "url": "https://mcp.nlqdb.com/mcp"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

nlqdb — analytical memory for AI agents in other clients