Astra DB MCP Server

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ASTRA_DB_API_ENDPOINTYesThe Astra DB API Endpoint
ASTRA_DB_APPLICATION_TOKENYesYour Astra DB Application Token

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
GetCollections

Get all collections in the Astra DB database

CreateCollection

Create a new collection in the database

UpdateCollection

Update an existing collection in the database

DeleteCollection

Delete a collection from the database

ListRecords

List records from a collection in the database

GetRecord

Get a specific record from a collection by ID

CreateRecord

Create a new record in a collection

UpdateRecord

Update an existing record in a collection

DeleteRecord

Delete a record from a collection

FindRecord

Find records in a collection by field value