Astra DB MCP ServerServer

integrations
GitHub
databaseAIintegration

Loading subscription status...

💡 Description

A Model Context Protocol server that allows Large Language Models to interact with Astra DB databases, providing tools for managing collections and records through natural language commands.

📝 JSON Entries

{
  "mcpServers": [
    {
      "datastax": {
        "env": {},
        "args": [
          "create",
          "update",
          "delete",
          "list"
        ],
        "command": "astra-db"
      }
    }
  ]
}

🛠️ Tools

Astra DBDataStax

Features

  • collection management
  • record operations
  • natural language commands

💬 Example Queries

  • Create a new collection in Astra DB
  • Retrieve a record from a specific collection
  • Update an existing record in Astra DB
  • Delete a collection in Astra DB