CnosDB MCP Server
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
# Clone the repository
git clone https://github.com/cnosdb/cnosdb-mcp-server.git
cd cnosdb-mcp-server
# Create virtual environment
uv .venv
source .venv/bin/activate # or `venvScriptsactivate` on Windows
# Install development dependencies
pip install -r requirements.txt
Configuration
For alternative MCP clients, see: https://github.com/punkpeye/awesome-mcp-clients
Open the Claude Desktop configuration file located at:
On macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
Add the following:
{
"name": "CnosDB",
"key": "CnosDBMCPServer",
"command": "uv",
"args": [
"--directory",
"REPO_PATH/cnosdb-mcp-server",
"run",
"server.py"
],
"env": {
"CNOSDB_HOST": "127.0.0.1",
"CNOSDB_PORT": "8902",
"CNOSDB_USERNAME": "root",
"CNOSDB_PASSWORD": "CnosDB#!"
}
}
Update the environment variables to point to your own CnosDB service.
CnosDB Server
Project Details
- cnosdb/cnosdb-mcp-server
- MIT License
- Last Updated: 4/25/2025
Recomended MCP Servers
加密mcp服务器,crypto mcp
WhatsApp MCP server
Grok open release
Use mcp to manage containerd(developing)
This read-only MCP Server allows you to connect to Smartsheet data from Claude Desktop through CData JDBC Drivers....
MCP server to provide Jira Tickets information to AI coding agents like Cursor
Enhanced FastMCP implementation of the Things MCP server for Claude and Windsurf
Quill is a modern WYSIWYG editor built for compatibility and extensibility.
Model Context Protocol (MCP) server that provides weather information from Malaysia Government's Open API
Perplexity AI MCP Server