CnosDB MCP Server

by cnosdb

1 stars
148 downloads
Not rated
GitHub

About

CnosDB MCP Server is a Model Context Protocol (MCP) server that enables Claude Desktop and other MCP clients to interact with a CnosDB database. It allows users to list databases, list tables, describe table schemas, and execute arbitrary SQL queries against a CnosDB instance…

Details

Author
cnosdb
GitHub stars
1
Downloads
148
Categories
Other

- Execute SQL queries against CnosDB
- List all databases in the CnosDB instance
- List tables within a specific database
- Display the schema of a given table
- Environment‑based configuration for host, port, username, and password

Clone the repository, create a Python virtual environment, install dependencies, then configure Claude Desktop by adding a JSON entry in claude_desktop_config.json specifying the uv command, the server script path, and connection environment variables. The server exposes four tools: query, list_databases, list_tables, and describe_table.

CnosDB MCP Server

Python 3.8
License

An MCP server for CnosDB.

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]

Development

```shell

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.