NexQL Postgres MCP
Rank #19,595io.github.NexQL-OSS/nexql-mcp
Standalone Postgres MCP server — schema-aware, read-only by default, installable everywhere.
NexQL Postgres MCP is a Model Context Protocol (MCP) server published by NexQL-OSS. It ranks #19,595 of 132,046 servers tracked on MCP Toplist. NexQL Postgres MCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 8, 2026 and most recently updated on Aug 8, 2026.
Ranks ahead of 112,451 of 132,046 servers on MCP Toplist.
Use NexQL Postgres MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add nexql-mcp -e "DATABASE_URL=<your DATABASE_URL>" -e "NEXQL_MCP_CONFIG=<your NEXQL_MCP_CONFIG>" -- npx -y nexql-mcpReplace each placeholder with your own value before saving.
Published as package `nexql-mcp` — install it through your client’s extension manager.
[mcp_servers.nexql-mcp]
command = "npx"
args = ["-y", "nexql-mcp"]
[mcp_servers.nexql-mcp.env]
DATABASE_URL = "<your DATABASE_URL>"
NEXQL_MCP_CONFIG = "<your NEXQL_MCP_CONFIG>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
Published as package `nexql-mcp` — install it through your client’s extension manager.
{
"mcpServers": {
"nexql-mcp": {
"command": "npx",
"args": [
"-y",
"nexql-mcp"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"NEXQL_MCP_CONFIG": "<your NEXQL_MCP_CONFIG>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
Published as package `nexql-mcp` — install it through your client’s extension manager.
{
"mcpServers": {
"nexql-mcp": {
"command": "npx",
"args": [
"-y",
"nexql-mcp"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"NEXQL_MCP_CONFIG": "<your NEXQL_MCP_CONFIG>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
Published as package `nexql-mcp` — install it through your client’s extension manager.
{
"servers": {
"nexql-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nexql-mcp"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"NEXQL_MCP_CONFIG": "<your NEXQL_MCP_CONFIG>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
Published as package `nexql-mcp` — install it through your client’s extension manager.
{
"mcpServers": {
"nexql-mcp": {
"command": "npx",
"args": [
"-y",
"nexql-mcp"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"NEXQL_MCP_CONFIG": "<your NEXQL_MCP_CONFIG>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
Published as package `nexql-mcp` — install it through your client’s extension manager.
{
"mcpServers": {
"nexql-mcp": {
"command": "npx",
"args": [
"-y",
"nexql-mcp"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"NEXQL_MCP_CONFIG": "<your NEXQL_MCP_CONFIG>"
}
}
}
}Replace each placeholder with your own value before saving.
Published as package `nexql-mcp` — install it through your client’s extension manager.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.NexQL-OSS%2Fnexql-mcp)<a href="https://mcptoplist.com/server/io.github.NexQL-OSS%2Fnexql-mcp"><img src="https://mcptoplist.com/badge/io.github.NexQL-OSS%2Fnexql-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
NexQL-OSS
Available versions (1)
| Version | Published |
|---|---|
| 0.2.4 | Aug 8, 2026 |
Frequently asked questions
- Who maintains NexQL Postgres MCP?
- NexQL Postgres MCP is maintained by NexQL-OSS, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is NexQL Postgres MCP listed on the Official MCP Registry?
- Yes — NexQL Postgres MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does NexQL Postgres MCP have?
- MCP Toplist tracks 1 version of NexQL Postgres MCP, most recently published on Aug 8, 2026.
- Where can I find the source code for NexQL Postgres MCP?
- The source code for NexQL Postgres MCP is hosted at github.com/NexQL-OSS/mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.