Typesense MCP 服务器
安装
安装uv
在 Mac 上,您可以使用homebrew安装它
克隆包
更新.cursor/mcp.json
以便在Cursor中使用
可用工具
Typesense MCP 服务器提供以下工具:
服务器管理
check_typesense_health
- 检查已配置的 Typesense 服务器的健康状态list_collections
- 检索 Typesense 服务器中所有集合的列表
收藏管理
describe_collection
- 检索特定集合的架构和元数据export_collection
- 从特定集合中导出所有文档create_collection
- 使用提供的架构创建一个新集合delete_collection
- 删除特定集合truncate_collection
- 通过删除所有文档但保留架构来截断集合
文档操作
create_document
- 在特定集合中创建一个新文档upsert_document
- 更新(创建或更新)特定集合中的单个文档index_multiple_documents
- 批量索引(创建、插入或更新)多个文档delete_document
- 根据 ID 从特定集合中删除单个文档import_documents_from_csv
- 将 CSV 数据中的文档导入到集合中
搜索功能
search
- 对特定集合执行关键字搜索vector_search
- 对特定集合执行矢量相似性搜索
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
通过模型上下文协议在 Typesense 数据库中启用向量和关键字搜索功能的服务器,提供集合管理、文档操作和搜索功能的工具。
Related MCP Servers
- -securityAlicense-qualityAn MCP server implementation that enables AI models to discover, search, and analyze data stored in Typesense collections through tools for querying documents, retrieving specific items, and accessing collection statistics.Last updated -113MIT License
- -securityAlicense-qualityA server that enables language models to perform web searches through SearXNG using the Model Context Protocol standard.Last updated -52MIT License
- -securityFlicense-qualityA Model Context Protocol server that searches transcript segments in a Turso database using vector similarity, allowing users to find relevant content by asking questions without generating new embeddings.Last updated -2
- AsecurityAlicenseAqualityA Model Context Protocol server that enables semantic search capabilities by providing tools to manage Qdrant vector database collections, process and embed documents using various embedding services, and perform semantic searches across vector embeddings.Last updated -411MIT License