fogx/typesense-mcp 项目提供社区 Model Context Protocol 服务器,经 stdio 查询与管理 Typesense 搜索索引。按 README 配置 TOML(一个或多个 `[[sources]]`:id、host、api_key、collections 模式、可选 readonly、port、protocol),以 `npx -y typesense-mcp path/to/typesense-mcp.toml` 启动。工具含 `search`(全文/向量/hybrid)、`lookup`(collections、schema、document、count、aliases、synonyms)、以及至少一个非 readonly 源时的 `manage`(upsert/delete/collection/synonym/alias 写入)。collections 模式控制访问范围;readonly 源阻止写操作,全部 readonly 时不注册 manage。`collection://{source}/{collection}` 资源暴露字段 schema。与本站 Typesense 工具条目搭配用于 Agent 索引探索。
使用场景
- Agent 在 collection 范围 key 下运行 hybrid/向量 Typesense 搜索
- 经 collection:// 资源检查 schema 再起草 filter 查询
- 生产 readonly 源安全分析、staging 源允许 manage 写入
- 评估时对比 typesense-mcp 与 meilisearch-mcp 或 algolia-productivity-mcp
- 在 TOML 中对 timestamped collection 前缀原型化 Agent 搜索 QA
主要功能
- Claude Desktop
- Cursor
- VS Code
相关推荐
相关推荐
3 收录条目
Meilisearch MCP Server
Meilisearch 在 meilisearch/meilisearch-mcp 维护官方 MCP(见 meilisearch.com/blog/introducing-mcp-server)。Python stdio,经 MEILI_HTTP_ADDR 与 MEILI_MASTER_KEY 连接;支持 update-connection-settings 切换主机。工具:索引、文档、检索(filter/facet/混合)、settings、key、task、health。安装:uvx meilisearch-mcp、pip、Docker getmeili/meilisearch-mcp。面向开发;原生 MCP 传输即将推出。
Algolia Productivity MCP Server
Algolia 在 algolia.com/doc/guides/model-context-protocol/productivity-mcp 说明官方托管 MCP。MCP 客户端连接远程 HTTP 端点 `https://mcp.algolia.com/mcp`,使用 OAuth(在 Algolia 控制台 Generate AI 下启用;按提示登录以继承账户权限)。文档称 Productivity MCP 为用户范围且只读——工具覆盖 search(algolia_search_list_indices、algolia_search_index、algolia_search_for_facet_values)、Recommend(algolia_recommendations)及 top searches、no-click rate、filter 使用、user count 等 analytics。Algolia 文档将其与面向外部 Agent 的应用范围 Public MCP 区分。支持 ChatGPT、Claude、Claude Code、Cursor、Gemini CLI、VS Code 与 OpenAI Playground。
Elastic Agent Builder MCP Server
Elastic Agent Builder MCP 端点 {KIBANA_URL}/api/agent_builder/mcp;npx mcp-remote + API Key,需 feature_agentBuilder.read;9.2+ 与 Serverless 支持,替代已弃用 mcp-server-elasticsearch。