Nile Mcp Server
@niledatabase
About Nile Mcp Server
MCP server for Nile Database - Manage and query databases, tenants, users, auth using LLMs
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"nile-mcp-server": {
"command": "node",
"args": [
"dist/index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Nile Mcp Server?
A Model Context Protocol (MCP) server implementation for the Nile database platform. It allows LLM applications to interact with Nile via a standardized interface for database, credential, region, and query management.
How to use Nile Mcp Server?
Install via npm install @niledatabase/nile-mcp-server. Create a .env file with NILE_API_KEY and NILE_WORKSPACE_SLUG. Start the server with node dist/index.js or npm run dev. Configure it in Claude Desktop or Cursor as an MCP server.
Key features of Nile Mcp Server
- Database management: create, list, get details, delete databases
- Credential management: create and list database credentials
- Region management: list available AWS regions
- SQL query execution on Nile databases
- Tenant management: create, list, delete tenants
- Supports STDIO and SSE transport modes
Use cases of Nile Mcp Server
- Create and manage Nile databases via natural language in Claude Desktop
- Execute SQL queries and retrieve results in chat interfaces
- Automate database credential creation and tenant provisioning
- Inspect database schemas and list tables or views
FAQ from Nile Mcp Server
What is the Nile MCP Server?
It is an MCP server that lets LLM applications interact with the Nile database platform for tasks like creating databases, managing credentials, and running SQL queries.
How do I install and configure Nile Mcp Server?
Install via npm: npm install @niledatabase/nile-mcp-server. Set NILE_API_KEY and NILE_WORKSPACE_SLUG in a .env file. Build with npm run build and start with node dist/index.js.
What transport modes does Nile Mcp Server support?
It supports STDIO mode (default) for Claude Desktop and Cursor, and SSE mode (set MCP_SERVER_MODE=sse in .env) for HTTP-based communication.
How do I use Nile Mcp Server with Claude Desktop?
After building the project, add a new MCP server in Claude Desktop settings with command node /path/to/nile-mcp-server/dist/index.js and the required environment variables.
What tools does Nile Mcp Server provide?
It provides tools for database management (create, list, get, delete), credential management, region listing, SQL execution, resource schema reading, and tenant management.
Frequently asked questions
What is the Nile MCP Server?
It is an MCP server that lets LLM applications interact with the Nile database platform for tasks like creating databases, managing credentials, and running SQL queries.
How do I install and configure Nile Mcp Server?
Install via npm: `npm install @niledatabase/nile-mcp-server`. Set `NILE_API_KEY` and `NILE_WORKSPACE_SLUG` in a `.env` file. Build with `npm run build` and start with `node dist/index.js`.
What transport modes does Nile Mcp Server support?
It supports STDIO mode (default) for Claude Desktop and Cursor, and SSE mode (set `MCP_SERVER_MODE=sse` in .env) for HTTP-based communication.
How do I use Nile Mcp Server with Claude Desktop?
After building the project, add a new MCP server in Claude Desktop settings with command `node /path/to/nile-mcp-server/dist/index.js` and the required environment variables.
What tools does Nile Mcp Server provide?
It provides tools for database management (create, list, get, delete), credential management, region listing, SQL execution, resource schema reading, and tenant management.
Basic information
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Go π
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Comments