nile-mcp-server

nile-mcp-server

3.4

If you are the rightful owner of nile-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server implementation for the Nile database platform, enabling LLM applications to interact with Nile through a standardized interface.

The Nile MCP Server is a robust implementation of the Model Context Protocol designed to facilitate seamless interaction between LLM applications and the Nile database platform. It provides a standardized interface for managing databases, credentials, and regions, executing SQL queries, and more. Written in TypeScript, the server ensures type safety and comprehensive error handling, making it reliable and user-friendly. With features like automatic environment variable loading, schema-based input validation, and a comprehensive test suite, the Nile MCP Server is well-suited for developers looking to integrate Nile database functionalities into their applications. The server supports both STDIO and SSE modes, allowing for flexible communication options. It is compatible with platforms like Claude Desktop and Cursor, providing easy setup and configuration for developers.

Features

  • Database Management: Create, list, get details, and delete databases
  • Credential Management: Create and list database credentials
  • Region Management: List available regions for database creation
  • SQL Query Support: Execute SQL queries directly on Nile databases
  • MCP Protocol Support: Full implementation of the Model Context Protocol