Skip to main content
Glama
stackblaze
by stackblaze

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 details

  • list_keyspaces

  • list_tables

  • describe_table

  • execute_cql — SELECT only in restricted mode

Write (unrestricted only):

  • execute_cql — INSERT/UPDATE/DELETE and other DML/DDL

  • create_keyspace / drop_keyspace

  • create_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.py

HTTP + 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 3010

Deploy

deploy/ manifests → ClusterIP cql-mcp:3010 in kubero-mcp. Image: ghcr.io/stackblaze/cql-mcp:<tag>.

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    C
    maintenance
    Enables 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.
    Last updated
    1
  • A
    license
    -
    quality
    D
    maintenance
    Enables 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.
    Last updated
    54
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    Provides safe, configurable SQL database access via MCP tools, enabling schema introspection, predefined queries, and structured updates with multi-backend support.
    Last updated
    2
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Enables safe querying and optional writing to MySQL databases via MCP tools, with support for schema inspection, connection management, and read-only mode.
    Last updated
    38
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • Read-only MCP server for ClassQuill, a tutoring-business-management platform.

  • Read-only MCP access to sessions, funnels, campaigns, errors, live visitors, and anomalies.

  • MCP server for managing Prisma Postgres.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/stackblaze/cql-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server