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
  • 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. Nlqueries
Nlqueries logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 10:01:13 PM

Nlqueries

User RatingsBe the first to rate and review this MCP server!
View Repository3 GitHub StarsTotal stargazers on GitHub for the source repository (3 stars).Visit Website

Converts natural language questions into validated SQL and document answers with multi-database and document support via an MCP server.

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": {
    "nlqueries-nlqueries": {
      "command": "uvx",
      "args": [
        "nlqueries-core"
      ]
    }
  }
}

๐Ÿ’ก 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

Overview

This server translates plain-English queries into validated SQL statements across multiple SQL databases including PostgreSQL, MySQL, Snowflake, BigQuery, Redshift, SQL Server, and DuckDB. It also supports question answering over ingested documents like PDF, Word, Excel, Notion, and Confluence. The system maintains conversational context for follow-up questions, uses semantic caching for fast repeated queries, and exposes all functionality as MCP tools for integration with AI assistants.

Use cases

โ€ขTranslate natural language questions into SQL queries for various databases
โ€ขAnswer questions over ingested documents alongside database queries
โ€ขMaintain conversational context for multi-turn querying
โ€ขCache and reuse similar query results for low-latency responses
โ€ขIntegrate with AI agents via MCP protocol for hybrid data querying

Key features

โ€ขMulti-database connectors including PostgreSQL, MySQL, Snowflake, BigQuery, Redshift, SQL Server, Dโ€ฆ
โ€ขDocument ingestion and QA for PDF, Word, Excel, Notion, and Confluence
โ€ขConversational follow-up support preserving query context
โ€ขSemantic caching for sub-50ms repeated query responses
โ€ขSelf-hosted MCP server exposing query execution and schema lookup
โ€ขCLI tools for connection management, query processing, and knowledge base export

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Nlqueries.

Extracted Tool Capabilities
Multi-database connectors including PostgreSQL, MySQL, Snowflake, BigQuery, Redshift, SQL Server, Dโ€ฆ
Document ingestion and QA for PDF, Word, Excel, Notion, and Confluence
Conversational follow-up support preserving query context
Semantic caching for sub-50ms repeated query responses
Self-hosted MCP server exposing query execution and schema lookup
CLI tools for connection management, query processing, and knowledge base export

Documentation Overview

NLQueries

nlqueries-core

CI PyPI Python License: BSL 1.1 Visitors

NLQueries Core is an open-source natural language to SQL engine โ€” see nlqueries.com. It turns plain-English questions into validated SQL, builds a self-updating YAML knowledge base from your schema and query history, and exposes everything as an MCP server your AI assistant can call directly. It also answers questions from your documents (PDF, Word, Excel, Notion, Confluence) and can blend both in a single hybrid answer.

Links

  • Website โ€” nlqueries.com
  • Documentation โ€” nlqueries.com/docs/
  • Getting started โ€” nlqueries.com/docs/getting-started.html
  • Supported databases โ€” nlqueries.com/databases/
  • PyPI โ€” nlqueries-core
  • Docker Hub โ€” nlqueries/core

Features

CapabilityDescription
Database connectorsPostgreSQL, MySQL, Snowflake, BigQuery, Redshift, SQL Server / Azure SQL, DuckDB, SQLite โ€” plus a generic SQLAlchemy connector for any other SQLAlchemy-reachable database, driven by a connection URL
Document connectorsPDF, Word, Excel, Notion, Confluence โ€” ask questions over ingested documents with citations
Query pipelineFilter, cluster, and parameterize query history into reusable QueryCapsule templates
Knowledge baseAuto-generated YAML schema + capsule file, with coverage reporting via kb-stats
Multi-agent orchestrationRoutes each question to a SQL agent, document agent, or both in parallel (hybrid)
Conversational follow-upsCarries context across questions so a follow-up like "and by region?" resolves against the previous query โ€” on by default in nlqueries query, reset with --new-session
Semantic cacheReturns previously-answered similar questions in under 50 ms, no LLM or DB round-trip
Embedding daemonKeeps the embedding model resident in memory โ€” ~10 ms per call instead of ~9 s
LLM clientAnthropic, OpenAI, Amazon Bedrock, or any LiteLLM-supported provider
MCP serverQuery execution and schema/knowledge lookup exposed as MCP tools for Claude, Cursor, etc.
CLInlqueries (or the shorter nlq alias) โ€” connect, build, query, and inspect from your terminal

See docs/architecture.md (or read online) for how these pieces fit together.


Quickstart

Prerequisite: Python 3.11+.

Option A โ€” Docker (recommended)

Pulls the published nlqueries/core image from Docker Hub โ€” no clone required, just the compose file:

Terminal
curl -O https://raw.githubusercontent.com/nlqueries/nlqueries/main/docker-compose.yml

Create a .env file next to it with at least one LLM key:

bash
ANTHROPIC_API_KEY=sk-ant-...
# or OPENAI_API_KEY=sk-...

Then start the stack:

Terminal
docker compose up

This pulls nlqueries/core:latest and starts it alongside Qdrant (:6333), with the MCP server on :8080. Run CLI commands against the running stack from a second terminal:

Terminal
docker exec -it nlqueries-core nlqueries health

Option B โ€” pip install

Terminal
pip install nlqueries-core
export ANTHROPIC_API_KEY=sk-ant-...   # or OPENAI_API_KEY
nlqueries health

Optional extras for specific connectors:

Terminal
pip install "nlqueries-core[mysql]"     # MySQL
pip install "nlqueries-core[redshift]"  # Amazon Redshift
pip install "nlqueries-core[mssql]"     # SQL Server / Azure SQL
pip install "nlqueries-core[duckdb]"    # DuckDB
pip install "nlqueries-core[docs]"      # PDF / Word / Excel ingestion
pip install "nlqueries-core[wiki]"      # Notion / Confluence sync

Option C โ€” Clone and install from source

No Docker required โ€” for contributing, or to run against unreleased changes:

server.ts
git clone https://github.com/nlqueries/nlqueries.git
cd nlqueries
python -m venv .venv && source .venv/bin/activate   # Windows: .venv\Scripts\Activate.ps1
pip install -e ".[dev]"
export ANTHROPIC_API_KEY=sk-ant-...   # or OPENAI_API_KEY
nlqueries health

See CONTRIBUTING.md for linting and test commands.

First query

bash
nlqueries connect postgres --host localhost --database mydb --user alice --password secret --alias dev
nlqueries process-history dev --days 30 --annotate
nlqueries export-kb dev
nlqueries query dev "How many orders shipped last month?"
nlqueries query dev "and how many were returned?"   # follow-up โ€” keeps prior context

Follow-up context is on by default; pass --new-session to start fresh or --no-session to disable it for a one-off question.

Full walkthrough: docs/getting-started.md (or read online).


Documentation

DocCovers
docs/getting-started.md (or read online)Step-by-step setup and your first query
docs/cli-reference.md (or read online)Every command and flag
docs/connectors.md (or read online)Database and document connector setup, per-connector notes and caveats
docs/configuration.md (or read online)Environment variables
docs/troubleshooting.md (or read online)Common warnings and errors explained
docs/qdrant-setup.md (or read online)Setting up Qdrant (required for embeddings, semantic cache, document search)
docs/mcp-authentication.md (or read online)Authenticating the MCP server โ€” required to serve it over a network
docs/architecture.md (or read online)Module layout and request flow

Contributing

See CONTRIBUTING.md. All contributors must sign the CLA before a PR can be merged โ€” see CONTRIBUTOR_LICENSE_AGREEMENT.md.


License

Business Source License 1.1 โ€” each release converts to Apache 2.0 four years after its release date.

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

Related MCP Servers

View all in Databases View all alternatives
  • Genai Toolbox logoGenai Toolbox

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

    ๐Ÿ—„๏ธ Databases5 views
    Compare vs Genai Toolbox โ†’
  • MCP Server Mysql logoMCP Server Mysql

    MySQL database integration in NodeJS with configurable access controls and schema inspection

    ๐Ÿ—„๏ธ Databases3 views
    Compare vs MCP Server Mysql โ†’
  • Legion MCP logoLegion MCP

    Universal database MCP server supporting multiple database types including PostgreSQL, Redshift, CockroachDB, MySQL, RDS MySQL, Microsoft SQL Server, BigQuery, Oracle DB, and SQLite.

    ๐Ÿ—„๏ธ Databases5 views
    Compare vs Legion MCP โ†’
  • Mysql MCP Server logoMysql MCP Server

    MySQL database integration with configurable access controls, schema inspection, and comprehensive security guidelines

    ๐Ÿ—„๏ธ Databases3 views
    Compare vs Mysql MCP Server โ†’

Adoption & maintenance

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

GitHub stars
3
Stargazers on the source repository.
Last commit
2d 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 Nlqueries

PostgreSQL, MySQL, Snowflake, BigQuery, Redshift, SQL Server/Azure SQL, DuckDB, and any database accessible via SQLAlchemy.

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 PreviewNlqueries AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/nlqueries-nlqueries?style=directory)](https://allmcps.com/mcp/nlqueries-nlqueries)
HTML Embed
<a href="https://allmcps.com/mcp/nlqueries-nlqueries"><img src="https://allmcps.com/api/badge/nlqueries-nlqueries?style=directory" alt="Nlqueries on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ—„๏ธDatabases
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
Last updatedSep 9, 2026
11/11 checks healthy over the last 32d
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 stars3
GitHub Star CountTotal stargazers on GitHub representing community popularity (3 stars).
Last commit2d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 9, 2026
49Quality signal: Fair ยท 49/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 & tools22/30
Adoption & activity5/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 14d ago via OSV.dev ยท nlqueries-core (PyPI)

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your 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 โ†’Alternatives to Nlqueries โ†’Install in Claude DesktopInstall in CursorInstall in VS Code