Skip to content
VS Code

Astra DB for VS Code

io.github.erichare/astra-mcp

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

client:VS Code transport:streamable-http runtime:npm

Install Astra DB in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Astra DB in other clients