This MCP server implementation provides integration with Astra DB, a cloud-native database service. Developed by DataStax, it offers tools for managing collections and records within Astra DB, including creating, updating, deleting, and querying data. The server is designed to enable AI agents to interact directly with Astra DB, making it useful for applications that require scalable, cloud-based data storage and retrieval capabilities.
Get all collections in the database.
Create a new collection in the database.
Update an existing collection in the database.
Delete a collection from the database.
List records from a collection in the database.
Get a specific record from a collection by ID.
Create a new record in a collection.
Update an existing record in a collection.
Delete a record from a collection.
Find records in a collection by field value.
Create multiple records in a collection at once.
Update multiple records in a collection at once.
Delete multiple records from a collection at once.
Open a web browser for authentication and setup.
Get assistance with adding Astra DB client to your MCP client.
Get estimate of the number of documents in a collection.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!