MCP Configs2026年4月6日·1 分钟阅读

Turbopuffer MCP — Serverless Vector DB for AI Agents

MCP server for Turbopuffer serverless vector database. Sub-10ms search, zero ops, auto-scaling. Perfect for AI agent memory and RAG without managing infrastructure. 1,200+ stars.

介绍

Turbopuffer MCP is the MCP server for Turbopuffer's serverless vector database, with 1,200+ GitHub stars. Sub-10ms vector search, zero ops, auto-scaling. Ideal for developers who want vector search and RAG without managing infrastructure.


Quick Use

Add the following to .mcp.json:

{
  "mcpServers": {
    "turbopuffer": {
      "command": "npx",
      "args": ["-y", "@turbopuffer/mcp-server"],
      "env": {
        "TURBOPUFFER_API_KEY": "your-key"
      }
    }
  }
}

Intro

Turbopuffer MCP is the MCP server for Turbopuffer's serverless vector database, with 1,200+ GitHub stars. Sub-10ms vector search, zero ops, auto-scaling. Ideal for developers who want vector search and RAG without managing infrastructure.


Source & Thanks

Created by Turbopuffer. Licensed under MIT.

turbopuffer — ⭐ 1,200+

🙏

来源与感谢

Created by Turbopuffer. Licensed under MIT.

turbopuffer — ⭐ 1,200+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。