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. Nile MCP Server
Nile MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 3:15:43 PM

Nile MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository17 GitHub StarsTotal stargazers on GitHub for the source repository (17 stars).Visit Website
nilepostgresdatabasessqldeveloper-tools

Manage Nile databases, credentials, regions, and SQL queries through MCP-compatible AI clients.

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
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "niledatabase-nile-mcp-server": {
      "url": "http://localhost:3000/sse"
    }
  }
}

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

Install Tool Schemas (9) Directory Badge Claim listing AlternativesπŸ—„οΈ More in Databases

Overview

The niledatabase/nile-mcp-server MCP server exposes Nile database operations to MCP-compatible applications. It supports creating, listing, inspecting, and deleting databases, managing database credentials, listing regions, and executing SQL queries. The server runs locally over stdio by default, with an optional SSE mode for HTTP clients. Reach for it when an AI client needs controlled access to Nile workspace resources or database operations.

Use cases

β€’Create Nile databases from an AI client
β€’List databases in a Nile workspace
β€’Run SQL queries against Nile databases
β€’Manage database credentials
β€’Inspect database connection details

Key features

β€’Nile database lifecycle management
β€’SQL query execution
β€’Database credential creation and listing
β€’Region listing
β€’stdio and optional SSE transports
β€’Input validation with Zod

Capabilities & Tool Schemas (9) ~24 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Nile MCP Server.

name

Callable MCP tool function

region

Callable MCP tool function

AWS_US_WEST_2

Callable MCP tool function

AWS_EU_CENTRAL_1

Callable MCP tool function

databaseName

Callable MCP tool function

query

Callable MCP tool function

How Nile MCP Server works

What niledatabase/nile-mcp-server MCP server does

The niledatabase/nile-mcp-server MCP server connects MCP-compatible applications to Nile’s database platform. It provides tools for managing databases in a Nile workspace, including creating a database, listing existing databases, retrieving database details, and deleting a database.

Database creation accepts a database name and a supported region. The README identifies AWS_US_WEST_2 and AWS_EU_CENTRAL_1 as available region values. Database details can include identifiers, status, API host, and database host.

The server also handles database credentials. An agent can list credentials for a named database or create new credentials. Newly created credentials include a username and one-time password; the password must be saved when displayed because it will not be shown again.

SQL execution is another supported use case. Agents can send SQL statements to a selected Nile database, making the server suitable for querying data as well as performing schema or data changes when the connected database and credentials permit them.

How it works

The niledatabase/nile-mcp-server MCP server is implemented in TypeScript and communicates using the Model Context Protocol. Its default transport is stdio, which is the mode documented for Claude Desktop and Cursor. The project uses schema-based input validation and reports errors through user-facing messages.

An optional SSE mode starts an HTTP service, using port 3000 by default. Clients can listen on /sse and submit commands to /messages. This mode is useful when the MCP connection needs an HTTP event stream rather than a local process connected through standard input and output.

Setup and configuration

Install the npm package or clone the repository, install dependencies, and build the project. The documented local process starts with node dist/index.js; development mode is available through the repository’s npm run dev script.

Set these values in a .env file or the client configuration:

  • NILE_API_KEY: an API key created from the Nile workspace security settings.
  • NILE_WORKSPACE_SLUG: the Nile workspace to access.

Claude Desktop and Cursor configurations invoke the built dist/index.js file and pass the credentials through environment variables. Absolute paths are required in those client configurations. To use SSE instead of stdio, set MCP_SERVER_MODE=sse; the server then exposes the documented local HTTP endpoints.

Tools and capabilities

The niledatabase/nile-mcp-server MCP server supports these operation groups:

  • Create, list, inspect, and delete Nile databases.
  • List available database regions.
  • Create and list credentials for a database.
  • Execute SQL against a selected database.
  • Use MCP stdio transport or opt into SSE transport.

The README examples also show natural-language workflows for creating tables, inspecting table schemas, adding columns, creating indexes, and querying or modifying rows through SQL.

Limitations and notes

The documented region choices are limited to the two values listed above. Database deletion is exposed as an agent operation, so client users should treat destructive requests carefully. SQL statements can change data or schema depending on the query supplied.

The niledatabase/nile-mcp-server MCP server requires Nile credentials and a workspace slug. The provided material documents Claude Desktop and Cursor setup, but it does not establish compatibility with other clients. It also does not state a project license or a hosted Nile MCP endpoint.

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

Related MCP Servers

View all in Databases View all alternatives
  • Prisma MCP logoPrisma MCP

    Gives LLMs the ability to manage Prisma Postgres databases (e.g. spin up new databases and run migrations or queries).

    πŸ—„οΈ Databases3 views
    Compare vs Prisma MCP β†’
  • MCP Alchemy logoMCP Alchemy

    Universal SQLAlchemy-based database integration supporting PostgreSQL, MySQL, MariaDB, SQLite, Oracle, MS SQL Server and many more databases. Features schema and relationship inspection, and large dataset analysis capabilities.

    πŸ—„οΈ Databases5 views
    Compare vs MCP Alchemy β†’
  • 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 β†’
  • MCP Mysql Server logoMCP Mysql Server

    Node.js-based MySQL database integration that provides secure MySQL database operations

    πŸ—„οΈ Databases5 views
    Compare vs MCP Mysql Server β†’

Adoption & maintenance

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

GitHub stars
17
Stargazers on the source repository.
Last commit
1y ago
Most recent push to the default branch.
Tools exposed
9
Callable tools this server registers over MCP.
Directory activity
3 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 Nile MCP Server

Install the `@niledatabase/nile-mcp-server` npm package, or clone the repository, run `npm install`, and build it with `npm run build`.

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

Technical Specs & Signals

CategoryπŸ—„οΈDatabases
PricingBring your own API key (usage-based cost)
More technical detailsExpand β–Ύ
TransportSSE (Remote)
AuthAPI key
ClientsClaude Desktop, Cursor
Last updatedSep 7, 2026
10/11 checks healthy over the last 32d
Views3
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 stars17
GitHub Star CountTotal stargazers on GitHub representing community popularity (17 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Mar 10, 2025
52Quality signal: Good Β· 52/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 & tools27/30
Adoption & activity2/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.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

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 β†’Alternatives to Nile MCP Server β†’Install in Claude DesktopInstall in CursorInstall in VS Code