cnosdb-mcp-server
1
CnosDB MCP Server is a Model Context Protocol server designed to work with CnosDB, providing functionalities like SQL query execution, listing databases and tables, and describing table schemas. It facilitates database interactions through standardized commands.
query
Execute SQL query
list_databases
List all databases
list_tables
List tables in the specified database
describe_table
Displays the table structure of the specified table