cnosdb_cnosdb-mcp-server
If you are the rightful owner of cnosdb_cnosdb-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.
CnosDB MCP Server is a server implementation for CnosDB that supports the Model Context Protocol (MCP), allowing for efficient database management and querying.
The CnosDB MCP Server is designed to facilitate seamless interaction with CnosDB databases through the Model Context Protocol (MCP). This server provides a robust interface for executing queries, managing databases, and inspecting table schemas. By leveraging MCP, the server ensures that users can perform database operations with ease and efficiency. The server is built to automatically recognize SQL queries, making it user-friendly for those familiar with SQL syntax. Additionally, it offers functionalities to list databases and tables, as well as to describe the schema of specific tables. This makes it an invaluable tool for developers and database administrators who need to manage and interact with CnosDB instances. The server is developed in Python and is compatible with Python 3.12, ensuring modern and efficient performance. It is open-source and licensed under the MIT License, encouraging community contributions and collaboration.
Features
- Execute queries with automatic SQL recognition
- List all available databases
- List tables within a specified database
- Display schema details for a specific table