Back to directory
@datastax/astra-db-mcp

@datastax/astra-db-mcp

@datastax39

An MCP server for interacting with Astra DB, providing tools to manage collections and records within the database for LLMs.

databaseNoSQLAstra DBdata management

Installation & Configuration

{
  "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"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/3/5
Updated
2026/6/7