loading…
Search for a command to run...
loading…
Enables interaction with the Turbopuffer vector database to manage namespaces and perform operations like data writing, querying, and schema updates. It support
Enables interaction with the Turbopuffer vector database to manage namespaces and perform operations like data writing, querying, and schema updates. It supports DAuth-style authentication for secure, runtime credential management.
A Turbopuffer MCP server built with dedalus-mcp and DAuth-style credential exchange.
This server follows the same DAuth north-star pattern as x-api-mcp:
Connection with SecretKeys.TURBOPUFFER_API_KEY).TURBOPUFFER_BASE_URL.cp .env.example .env
Required:
TURBOPUFFER_API_KEY (provided by the MCP client via DAuth credentials in production flows)Optional:
TURBOPUFFER_BASE_URL (defaults to https://gcp-us-central1.turbopuffer.com)DEDALUS_AS_URL (defaults to https://as.dedaluslabs.ai)HOST (defaults to 127.0.0.1)PORT (defaults to 8080)uv run python src/main.py
turbopuffer_list_namespacesturbopuffer_get_namespace_metadataturbopuffer_get_namespace_schematurbopuffer_update_namespace_schematurbopuffer_writeturbopuffer_queryturbopuffer_multi_queryturbopuffer_explain_queryturbopuffer_delete_namespaceturbopuffer_cache_warmturbopuffer_measure_recallturbopuffer_export_documents (deprecated Turbopuffer endpoint compatibility)smoke_ping/v1 and /v2 endpoints. This server mirrors the live docs/API split:/v1./v2.Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"turbopuffer-mcp-server": {
"command": "npx",
"args": []
}
}
}