niledatabase_nile-mcp-server

niledatabase_nile-mcp-server

3.1

If you are the rightful owner of niledatabase_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, executing SQL queries, and handling credentials, all while ensuring type safety and comprehensive error handling. The server is written in TypeScript, offering full type checking and schema-based input validation using Zod. It supports various operational modes, including STDIO and SSE, to cater to different integration needs. With features like automatic environment variable loading, detailed logging, and a comprehensive test suite, the Nile MCP Server is a reliable choice for developers looking to integrate LLM applications with the Nile platform.

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