mcp-cassandra-server

sahil1115/mcp-cassandra-server

3.1

If you are the rightful owner of mcp-cassandra-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This Model Context Protocol (MCP) server integrates the Apache Cassandra database with Claude Desktop, enabling database operations through natural language interactions.

Tools

Functions exposed to the LLM to take actions

execute_query

Execute CQL queries on the Cassandra database with support for all query types and parameterized inputs.

create_table

Create new tables with defined schema and primary keys, automatically if they don't exist.

insert_data

Insert new records into existing tables with support for all Cassandra data types.

update_data

Update existing records based on conditions with parameterized queries for safety.

delete_data

Remove records based on specified conditions, supporting single or multiple deletions.

list_tables

List all tables in the current keyspace for quick schema discovery.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources