Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions partners/servers/turbopuffer-mcp-server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"name": "turbopuffer-mcp-server",
"title": "turbopuffer",
"summary": "Connect to turbopuffer for serverless vector and full-text search over your data.",
"description": "The turbopuffer MCP server connects AI agents to turbopuffer, a serverless search engine built on object storage. Query namespaces using vector similarity search, BM25 full-text search, hybrid search, and attribute filtering. Upsert, delete, and manage documents across namespaces. Fast, 10x cheaper, and extremely scalable.",
"kind": "mcp",
"packages": [],
"icon": "https://avatars.githubusercontent.com/turbopuffer?s=64",
"license": {
"name": "turbopuffer Terms of Service",
"url": "https://turbopuffer.com/terms"
},
"useCases": [
{
"name": "Search Infrastructure",
"description": "Power semantic search, BM25 full-text search, and hybrid search over billions of documents with sub-10ms cached latency, backed by object storage for cost-efficient scaling."
},
{
"name": "RAG Pipelines",
"description": "Build retrieval-augmented generation pipelines by connecting AI agents to turbopuffer for fast, scalable context retrieval over large document collections."
},
{
"name": "Retrieval",
"description": "Efficiently narrow millions of documents down to tens or hundreds for downstream processing, reranking, or generation using vector similarity and attribute filtering."
}
],
"externalDocumentation": {
"title": "turbopuffer Documentation",
"url": "https://turbopuffer.com/docs"
},
"tags": ["search", "embeddings", "rag", "full-text-search", "vector-search", "hybrid-search", "vector-database"],
"vendor": "Partner",
"categories": "Databases",
"visibility": "true",
"remote": "https://turbopuffer.stlmcp.com/",
"remoteType": "streamable-http",
"versionName": "original",
"securitySchemes": {
"turbopufferApiKey": {
"type": "apiKey",
"description": "Authenticate with your turbopuffer API key.",
"in": "header",
"name": "Authorization"
}
},
"supportContactInfo": {
"name": "turbopuffer Support",
"url": "https://turbopuffer.com/contact/support"
},
"customProperties": {
"x-ms-preview": true
}
}
Loading