
Astra DB
official
search
Comprehensive tools for managing collections and documents in a [DataStax Astra DB](https://www.datastax.com/products/datastax-astra) NoSQL database with a full range of operations such as create, update, delete, find, and associated bulk actions.
Astra DB MCP Server
A Model Context Protocol (MCP) server for interacting with Astra DB. MCP extends the capabilities of Large Language Models (LLMs) by allowing them to interact with external systems as agents.
<a href="https://glama.ai/mcp/servers/tigix0yf4b">
<img width="380" height="200" src="https://glama.ai/mcp/servers/tigix0yf4b/badge" alt="Astra DB Server MCP server" />
</a>
Prerequisites
You need to have a running Astra DB database. If you don't have one, you can create a free database here. From there, you can get two things you need:
- An Astra DB Application Token
- The Astra DB API Endpoint
To learn how to get these, please read the getting started docs.
Adding to an MCP client
Here's how you can add this server to your MCP client.
Claude Desktop

To add this to Claude Desktop, go to Preferences -> Developer -> Edit Config and add this JSON blob to
claude_desktop_config.json
:{ "mcpServers": { "astra-db-mcp": { "command": "npx", "args": ["-y", "@datastax/astra-db-mcp"], "env": { "ASTRA_DB_APPLICATION_TOKEN": "your_astra_db_token", "ASTRA_DB_API_ENDPOINT": "your_astra_db_endpoint" } } } }
Windows PowerShell Users:
npx
is a batch command so modify the JSON as follows:"command": "cmd", "args": ["/k", "npx", "-y", "@datastax/astra-db-mcp"],
Cursor

To add this to Cursor, go to Settings -> Cursor Settings -> MCP
From there, you can add the server by clicking the "+ Add New MCP Server" button, where you should be brought to an
mcp.json
file.Tip: there is athat represents your Global MCP settings, and a project-specific~/.cursor/mcp.json
file that is specific to the project. You probably want to install this MCP server into the project-specific file..cursor/mcp.json
Add the same JSON as indiciated in the Claude Desktop instructions.
Alternatively you may be presented with a wizard, where you can enter the following values (for Unix-based systems):
- Name: Whatever you want
- Type: Command
- Command:
env ASTRA_DB_APPLICATION_TOKEN=your_astra_db_token ASTRA_DB_API_ENDPOINT=your_astra_db_endpoint npx -y @datastax/astra-db-mcp
Once added, your editor will be fully connected to your Astra DB database.
Available Tools
The server provides the following tools for interacting with Astra DB:
: Get all collections in the databaseGetCollections
: Create a new collection in the databaseCreateCollection
: Update an existing collection in the databaseUpdateCollection
: Delete a collection from the databaseDeleteCollection
: List records from a collection in the databaseListRecords
: Get a specific record from a collection by IDGetRecord
: Create a new record in a collectionCreateRecord
: Update an existing record in a collectionUpdateRecord
: Delete a record from a collectionDeleteRecord
: Find records in a collection by field valueFindRecord
: Create multiple records in a collection at onceBulkCreateRecords
: Update multiple records in a collection at onceBulkUpdateRecords
: Delete multiple records from a collection at onceBulkDeleteRecords
: Open a web browser for authentication and setupOpenBrowser
: Get assistance with adding Astra DB client to your MCP clientHelpAddToClient
: Get estimate of the number of documents in a collectionEstimateDocumentCount
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
❤️ Contributors
Related Servers
Aiven
official
Navigate your [Aiven projects](https://go.aiven.io/mcp-server) and interact with the PostgreSQL®, Apache Kafka®, ClickHouse® and OpenSearch® services
View DetailsApify
official
[Actors MCP Server](https://apify.com/apify/actors-mcp-server): Use 3,000+ pre-built cloud tools to extract data from websites, e-commerce, social media, search engines, maps, and more
View Details