nlqdb — analytical memory for AI agents for Gemini CLI
com.nlqdb/nlqdb
Analytical memory for AI agents: a real Postgres queried in plain English over MCP. One command.
client:Gemini CLI
transport:streamable-http
Install nlqdb — analytical memory for AI agents in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"nlqdb": {
"httpUrl": "https://mcp.nlqdb.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs