Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ—„οΈ Databases
  3. Nlqdb β€” analytical memory for AI agents
Nlqdb β€” analytical memory for AI agents logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 2:31:19 AM

Nlqdb β€” analytical memory for AI agents

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "nlqdb-analytical-memory-for-ai-agents": {
      "command": "npx",
      "args": [
        "-y",
        "@nlqdb/mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ—„οΈ More in Databases

Documentation Overview

nlqdb β€” your autonomous DBA.

Build a real app from day one with no data modeling. nlqdb infers your schema from how you use it, evolves it, and keeps it optimized β€” and shows you every change before it lands.

Your app talks to its database in plain English β€” over HTTP, the SDK, the nlq CLI, or MCP from Claude, Cursor and Codex. The first insert creates the shape; later inserts and reads evolve it; the DBA builds the indexes and places data on the right engine, and every change is previewed, versioned and one click to undo. The LLM never emits SQL: it returns a typed plan, our compiler emits the parameterised statement, and you see the exact SQL every time.

No backend to build. You write HTML; each component asks for what it wants in plain English; nlqdb infers the schema, writes the SQL, runs it, and renders the result. There is no backend for you to build.

Two actions. That's the whole product:

  1. Create a database β€” one word: a name (or a goal).
  2. Talk to it in plain English.
html
<script src="https://elements.nlqdb.com/v1.js" type="module"></script>

<nlq-data
  goal="the 5 newest orders, with customer and item"
  api-key="pk_live_xxx"
  template="table"
  refresh="10s"
></nlq-data>

That's the entire backend for a live order list β€” no API to write, no schema to define, no JSON to parse. Engine choice (Postgres / Mongo / Redis / DuckDB / pgvector / …), schema inference, indexing, backups, and auto-migration between engines based on your real workload are background concerns you never have to see.

Status β€” early, open

nlqdb is early and built in the open, but fully public β€” no gate, no invite code. The marketing site, the /v1/ask pipeline, the <nlq-data> / <nlq-action> elements, the chat app, the TypeScript SDK, the hosted MCP server, and the nlq CLI are all live in some form (see the surface table below). Natural-language β†’ SQL accuracy is still climbing toward our public bar (BIRD β‰₯ 0.65, Spider 2.0 β‰₯ 0.75 on the free model chain), so answers can be wrong β€” every response carries a confidence signal and the SQL it ran.

Use it

Connecting an agent over MCP? On Claude Code, one marketplace add wires the hosted server and both memory skills in a single step:

Code
/plugin marketplace add nlqdb/nlqdb
/plugin install nlqdb-memory@nlqdb

On any other MCP host, connect your agent with one browser-OAuth approval; headless hosts skip the browser with npx -y @nlqdb/mcp (0.1.1) and an sk_mcp_* MCP key (MCP setup). @nlqdb/sdk (0.4.0) and @nlqdb/mcp (0.1.1) are both published and importable from npm.

The 60-second walkthrough β€” plain HTML, CLI, and ten framework wrappers β€” lives at docs.nlqdb.com. Start with the HTML tutorial or the CLI tutorial.

You don't generate an API key separately: describe your database at nlqdb.com, and the chat hands you a <nlq-data> snippet with the key already inlined.

Examples

examples/ β€” minimal scaffolds in plain HTML, Next.js, Nuxt, SvelteKit, Astro, plus a CLI-only walkthrough. Each is the smallest valid integration around one <nlq-data> element or one CLI session.

What makes it different

Four things every release has to move, none allowed to regress (GLOBAL-025):

  • Engine quality β€” natural-language β†’ SQL accuracy (measured continuously on BIRD + Spider 2.0 + an internal eval), plus the multi-engine layer that moves your data to the right engine for your workload.
  • Onboarding β€” landing to first answer in under a minute, no card, no config.
  • UX β€” see the diff before any write, see the SQL behind every answer, and on low confidence get a one-click clarify β€” a guided turn, never a dead-end, and never a silent guess.
  • Performance β€” sub-400 ms cached, sub-1.5 s cold.

The bet: get this right on free, open models and it only gets better on frontier ones β€” the scaffolding compounds with whatever model is underneath.

Models & plans

  • Free forever on the built-in open-model chain β€” queries, embeds, and the elements, no card required.
  • Bring your own LLM key (Anthropic / OpenAI / Gemini / Grok / OpenRouter) on any tier, at no markup.
  • Hosted premium models on paid plans, when you'd rather not manage a key of your own.
  • Self-host the source β€” the engine, CLI, MCP server, and SDKs are source-available under FSL-1.1-ALv2: free to self-host for any non-competing use, bring your own LLM key, no per-call fees. The license auto-converts to Apache 2.0 two years after each release.

The hosted-premium model lane went live 2026-08-14. The full model strategy is in GLOBAL-026.

Surfaces at a glance

SurfaceStatusWhere
HTTP API (POST /v1/ask, POST /v1/run)βœ“ shippedapps/api/src/ask/**
<nlq-data> + <nlq-action> elementsβœ“ shipped (v0.1)packages/elements/**
@nlqdb/sdk (TypeScript)βœ“ shipped (incl. runSql + cross-tenant grant + pack-import runner verbs) β€” installable from npm (0.4.0)packages/sdk/**
Framework wrappers (React / Next / Vue / Nuxt / Svelte / SvelteKit / Astro / Solid + Swift)~ built + CI-tested; npm / SPM publish pendingpackages/{react,next,…}/**
Chat app nlqdb.com/appβœ“ shippedapps/web/**
Hosted MCP server mcp.nlqdb.com/mcpβœ“ shipped (host auto-detect pending)apps/mcp/**, packages/mcp/**
Local stdio MCP server @nlqdb/mcpβœ“ shipped (0.1.1) β€” npx -y @nlqdb/mcp with an sk_mcp_* keypackages/mcp/**
Droppable agent artifacts (AGENTS.md Β· Claude Code skill + plugin Β· Cursor rules Β· Codex config)βœ“ shipped β€” /plugin marketplace add nlqdb/nlqdb installs the server + skills in one stepapps/web/public/agent-artifacts/**
nlq CLI (Go)βœ“ shipped (core verbs; device-login pending)cli/**

Full integration matrix in docs/progress.md.

Packages on npm

Published to the public npm registry with build provenance (SK-CIPERM-003). Version badges are live from npm; the table itself is generated from the workspace by scripts/sync-readme-packages.mjs, so it lists exactly the packages that are un-gated ("private" removed) and nothing that isn't.

PackageVersionWhat it isSource
@nlqdb/cli@nlqdb/cliShim that installs the nlq CLI binary for the host platform.packages/cli-shim
@nlqdb/mcp@nlqdb/mcpAnalytical-memory MCP server for nlqdb β€” a real database your AI agent can GROUP BY / JOIN / aggregate over in natural language, not just recall.packages/mcp
@nlqdb/sdk@nlqdb/sdkTyped HTTP client for the nlqdb /v1 API β€” works in browsers, Node, Bun, Workers.packages/sdk

Roadmap

The two sections below are the live focus; the numbered phases after them are the engine roadmap. Canonical plan + exit gates: docs/phase-plan.md. Legend: βœ“ shipped Β· ~ in progress Β· β—― planned.

This roadmap is yours to shape. Want something added, reprioritised, or dropped? Open a PR editing this section (and docs/phase-plan.md if it's engine-facing), or open an issue to float it first. Say why now β€” which of the four north-star pillars (engine quality, onboarding, UX, performance) it moves. New to the codebase? Point your coding agent at this repo and paste:

Code
Read README.md and docs/phase-plan.md, then propose a roadmap change:
add/change "<your idea>" under the right section in one line, with a
"why now" naming which north-star pillar it moves. Open a PR with just
that edit β€” no code.

Setup, branch naming, and the CLA are in CONTRIBUTING.md.

Now β€” Phase A: the schema infers itself (GLOBAL-041)

The first insert creates the shape; later inserts and reads evolve it. KPI: first-insert inference rate β‰₯ 95 % at Phase A exit on the dogfood workload. Build order in GLOBAL-041.

  • ~ kind=extend typed plan β€” a write naming an unseen table or field widens the schema in the same transaction as the insert, never a schema_mismatch (both unseen-table and unseen-column cases merged to main + executor-walked; awaiting a prod deploy, live rate 0 %)
  • ~ Extend diff + trace on every surface β€” trace.widen live on SDK Β· MCP Β· <nlq-data>; CLI/web render pending
  • βœ“ KPI counters asks_extend_ok / asks_extend_failed on the /v1/ask write path (SK-SCHEMA-010; the rate reads on /app/admin)
  • β—― Phase B β€” pg_stat_* + EXPLAIN collection β†’ typed proposals (index / retype / drop / rename / move-to-engine) β†’ /app/dba dashboard with 1-click apply + undo
  • βœ“ Rails kept from the prior bet for the expert-knowledge app: agent_memory_v1 preset, nlqdb_remember / nlqdb_read MCP tools, per-agent RLS isolation, the Claude Code plugin, /agents

Next β€” the expert-knowledge marketplace ("Become AI")

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Databases View all alternatives
  • MCP Toolbox for Databases logoMCP Toolbox for Databases

    MCP Toolbox for Databases enables your agent to connect to your database.

    πŸ—„οΈ Databases1 views
    Compare vs MCP Toolbox for Databases β†’
  • Pg Aiguide logoPg Aiguide

    Comprehensive PostgreSQL documentation and best practices, including ecosystem tools

    πŸ—„οΈ Databases0 views
    Compare vs Pg Aiguide β†’
  • StackQL MCP Server logoStackQL MCP Server

    SQL-native query and provisioning engine for cloud infrastructure, served over MCP.

    πŸ—„οΈ Databases1 views
    Compare vs StackQL MCP Server β†’
  • Genai Toolbox logoGenai Toolbox

    Open source MCP server specializing in easy, fast, and secure tools for Databases.

    πŸ—„οΈ Databases5 views
    Compare vs Genai Toolbox β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
1
Stargazers on the source repository.
npm downloads
34
Package downloads in the last 30 days.
Last commit
3d ago
Most recent push to the default branch.
Directory activity
1 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Nlqdb β€” analytical memory for AI agents

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "nlqdb-analytical-memory-for-ai-agents": { "command": "npx", "args": ["-y","@nlqdb/mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewNlqdb β€” analytical memory for AI agents AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/nlqdb-analytical-memory-for-ai-agents?style=directory)](https://allmcps.com/mcp/nlqdb-analytical-memory-for-ai-agents)
HTML Embed
<a href="https://allmcps.com/mcp/nlqdb-analytical-memory-for-ai-agents"><img src="https://allmcps.com/api/badge/nlqdb-analytical-memory-for-ai-agents?style=directory" alt="Nlqdb β€” analytical memory for AI agents on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ—„οΈDatabases
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 21, 2026
11/11 checks healthy over the last 42d
Views1
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit3d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 21, 2026
npm downloads34/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
43Quality signal: Fair Β· 43/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 5d ago via OSV.dev Β· @nlqdb/mcp (npm)

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ—„οΈ Databases β†’Best MCP servers for Databases β†’Best PostgreSQL MCP servers β†’Alternatives to Nlqdb β€” analytical memory for AI agents β†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients