Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Cnosdb

FreeNot checked

An MCP server for CnosDB.

GitHubEmbed

About

An MCP server for CnosDB.

README

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

# 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 `venv\Scripts\activate` on Windows

# Install development dependencies
pip install -r requirements.txt

Configuration

For alternative MCP clients, see: https://github.com/punkpeye/awesome-mcp-clients

  1. 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

  2. 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.

from github.com/cnosdb/cnosdb-mcp-server

Installing Cnosdb

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/cnosdb/cnosdb-mcp-server

FAQ

Is Cnosdb MCP free?

Yes, Cnosdb MCP is free — one-click install via Unyly at no cost.

Does Cnosdb need an API key?

No, Cnosdb runs without API keys or environment variables.

Is Cnosdb hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Cnosdb in Claude Desktop, Claude Code or Cursor?

Open Cnosdb on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Cnosdb with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs