cnosdb-mcp-server
If you are the rightful owner of 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.
An MCP server for CnosDB.
The CnosDB MCP Server is a Model Context Protocol (MCP) server designed to interface with CnosDB, a database management system. This server facilitates the execution of queries, management of databases, and inspection of table schemas through a structured protocol. It is built to automatically identify and execute SQL queries, making it a versatile tool for database administrators and developers working with CnosDB. The server is developed in Python 3.12 and is distributed under the MIT license, ensuring open-source accessibility and community collaboration. The server's capabilities are enhanced by its ability to list databases and tables, as well as describe table schemas, providing comprehensive database management functionalities.
Features
- query: Execute query (automatically identifies SQL)
- list_databases: List all databases
- list_tables: List tables in database
- describe_table: Display table schema for [table_name]