Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Astra DB MCP Server
Official
by
datastax
Verified
npm
GitHub
Databases
TypeScript
Apache 2.0
115
12
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
astra-db-mcp
tools
tools/BulkCreateRecords.ts
tools/BulkDeleteRecords.ts
tools/BulkUpdateRecords.ts
tools/CreateCollection.ts
tools/CreateRecord.ts
tools/DeleteCollection.ts
tools/DeleteRecord.ts
tools/EstimateDocumentCount.ts
tools/FindRecord.ts
tools/GetCollections.ts
tools/GetRecord.ts
tools/HelpAddToClient.ts
tools/ListRecords.ts
tools/OpenBrowser.ts
tools/UpdateCollection.ts
tools/UpdateRecord.ts
export async function HelpAddToClient() { const instructions = await fetch( "https://raw.githubusercontent.com/datastax/astra-db-mcp/refs/heads/main/README.md" ).then((res) => res.text()); return { success: true, instructions, }; }