cql-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cql-mcplist all keyspaces"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CQL MCP Server
Stackblaze MCP server for Cassandra / Scylla (CQL). Built for the kubero
chat feature-MCP broker: one long-lived Deployment serves every CQL add-on via
per-request X-Kubero-DB-URI / X-Kubero-Access-Mode headers.
See FORK.md for kubero integration details.
Tools
Read (restricted + unrestricted):
cluster_info— release version + connection detailslist_keyspaceslist_tablesdescribe_tableexecute_cql— SELECT only in restricted mode
Write (unrestricted only):
execute_cql— INSERT/UPDATE/DELETE and other DML/DDLcreate_keyspace/drop_keyspacecreate_table/drop_table/truncate_table
In chat these are prefixed cql__* (e.g. cql__list_keyspaces).
Related MCP server: Read-only Database MCP
Local dev
pip install -r requirements.txt
export CQL_HOST=localhost CQL_PORT=9042 CQL_USER=cassandra CQL_PASSWORD=cassandra
python main.pyHTTP + connection-from-request (matches k8s Deployment):
python main.py --transport streamable-http --connection-from-request \
--streamable-http-host 0.0.0.0 --streamable-http-port 3010Deploy
deploy/ manifests → ClusterIP cql-mcp:3010 in kubero-mcp. Image:
ghcr.io/stackblaze/cql-mcp:<tag>.
This server cannot be deployed
Maintenance
Related MCP Connectors
Governed data discovery, exact queries, decisions, simulations, and runtime utilities over MCP.
Query, join, profile, clean and convert CSV/JSON/Parquet with server-side DuckDB over MCP.
Query your org's data in natural language — read-only MCP access to SQL, NoSQL, files & warehouses.
Access New Relic observability data through MCP - query metrics, logs, traces, entities, and more
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceEnables querying and modifying PostgreSQL databases through MCP tools with read/write operations, schema inspection, and write-safety constraints that limit modifications to the mcp schema.1-
- AlicenseNot gradedqualityDmaintenanceEnables read-only access to PostgreSQL and MySQL/MariaDB databases through MCP tools for listing tables, previewing data, and running SELECT queries with a built-in UI for managing database configurations.80 npmMIT
- AlicenseNot gradedqualityAmaintenanceProvides safe, configurable SQL database access via MCP tools, enabling schema introspection, predefined queries, and structured updates with multi-backend support.2MIT
- AlicenseNot gradedqualityCmaintenanceEnables safe querying and optional writing to MySQL databases via MCP tools, with support for schema inspection, connection management, and read-only mode.19 npm3MIT