Skip to content
Grok

Astra DB for Grok

io.github.erichare/astra-mcp

Astra DB tools for agents: schema, find, vector search, guarded writes, and interactive views.

client:Grok transport:streamable-http runtime:npm

Install Astra DB in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "astra-mcp": {
      "type": "http",
      "url": "https://astra-widgets-mcp.vercel.app/mcp"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Astra DB in other clients