MCP server
Astra DB MCP Server
DataStax's server for Astra DB collections, records and vector search.
Add it to your client
OfficialInstall
npx -y @datastax/astra-db-mcp
mcpServers
{
"mcpServers": {
"astra-db-mcp": {
"command": "npx",
"args": [
"-y",
"@datastax/astra-db-mcp"
]
}
}
}- Transport
- stdio
- Runtime
- Node
- Auth
- Required
- Tools
- 19
- License
- Apache-2.0
Tools
GetCollectionsCreateCollectionDeleteCollectionListRecordsGetRecordCreateRecordUpdateRecordDeleteRecordFindRecordBulkCreateRecordsVectorSearchHybridSearch
Astra DB is the serverless database DataStax builds on Apache Cassandra, and this Node server reaches it with an application token and an API endpoint. Tools manage collections, read and write individual records, run bulk create, update and delete batches, and look records up by field value. Vector similarity search and a hybrid mode that mixes it with text search are included, which is the part that matters for retrieval work.
Similar MCP servers
AWS MCP Servers
MCP serverA large collection of AWS-specific MCP servers, installed one at a time.
Developer ToolsCloud Platforms & Infrastructure
Azure MCP Server
MCP serverOne server covering Azure services, plus a hosted endpoint for Microsoft Learn.
Developer ToolsCloud Platforms & Infrastructure
Salesforce DX MCP Server
MCP serverSalesforce CLI team's MCP server for querying orgs and shipping metadata.
Developer ToolsCRM & Sales
Comments(0)
Sign in to comment