Enterprise DNA
M MCP Servers Developer low

niledatabase/nile-mcp-server

by Various

MCP server for Nile Database - Manage and query databases, tenants, users, auth using LLMs

N

MCP

niledatabase/nile-mcp-server

Added 1 June 2026

Overview

This MCP server enables large language models to manage and query Nile databases, tenants, users, and authentication. It uses the Model Context Protocol to expose database operations as tool calls for LLM agents. Built in TypeScript, it bridges LLMs with the multi-tenant PostgreSQL platform Nile.

Best for

Best for
Developers building multi-tenant applications on Nile who want LLM-driven database management

Use cases

  • Allow an LLM to create and list database tenants
  • Query user authentication records via natural language
  • Manage database schemas through conversational agents

How to use

Install

npm install @niledatabase/nile-mcp-server

Tools exposed

  • create-database
  • list-databases
  • get-database
  • delete-database
  • list-credentials
  • create-credential

Tested with

Claude Desktop, Cursor

Example client config

{\n  "mcpServers": {\n    "nile-database": {\n      "command": "node",\n      "args": [\n        "/path/to/your/nile-mcp-server/dist/index.js"\n      ],\n      "env": {\n        "NILE_API_KEY": "your_api_key_here",\n        "NILE_WORKSPACE_SLUG": "your_workspace_slug"\n      }\n    }\n  }\n}

Notes

This MCP server enables large language models to manage and query Nile databases, tenants, users, and authentication. It uses the Model Context Protocol to expose database operations as tool calls for LLM agents. Built in TypeScript, it bridges LLMs with the multi-tenant PostgreSQL platform Nile.

17 stars on GitHub. Last updated 2025-03-10. Licensed MIT.

Use cases

  • Allow an LLM to create and list database tenants
  • Query user authentication records via natural language
  • Manage database schemas through conversational agents

Pros

  • Direct integration with Nile Database, a purpose-built multi-tenant Postgres
  • Simple MCP interface works with any LLM client supporting the protocol
  • TypeScript codebase familiar to many web developers

Cons

  • Small community and few GitHub stars (17) indicating early adoption
  • Only useful if you already use Nile Database
  • Limited to Nile-specific operations, not a general database query tool

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Direct integration with Nile Database, a purpose-built multi-tenant Postgres
  • Simple MCP interface works with any LLM client supporting the protocol
  • TypeScript codebase familiar to many web developers

Cons

  • Small community and few GitHub stars (17) indicating early adoption
  • Only useful if you already use Nile Database
  • Limited to Nile-specific operations, not a general database query tool
Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks