Astra DB MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ASTRA_DB_KEYSPACE | No | The keyspace to connect to (optional, defaults to the keyspace configured in the Astra DB library, typically 'default_keyspace') | |
| ASTRA_DB_API_ENDPOINT | Yes | Your Astra DB API Endpoint | |
| ASTRA_DB_APPLICATION_TOKEN | Yes | Your Astra DB Application Token |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| GetCollectionsB | Get all collections in the Astra DB database |
| CreateCollectionC | Create a new collection in the database |
| UpdateCollectionC | Update an existing collection in the database |
| DeleteCollectionC | Delete a collection from the database |
| ListRecordsC | List records from a collection in the database |
| GetRecordC | Get a specific record from a collection by ID |
| CreateRecordC | Create a new record in a collection |
| UpdateRecordC | Update an existing record in a collection |
| DeleteRecordC | Delete a record from a collection |
| FindRecordC | Find records in a collection by field value |
| BulkCreateRecordsC | Create multiple records in a collection at once |
| BulkUpdateRecordsC | Update multiple records in a collection at once |
| BulkDeleteRecordsC | Delete multiple records from a collection at once |
| OpenBrowserC | Open a web browser to a specific URL |
| EstimateDocumentCountA | Estimate the number of documents in a collection using a fast, approximate count method |
| HelpAddToClientB | Help the user add the Astra DB client to their MCP client |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/datastax/astra-db-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server