-
securityF
license-
qualityAn MCP server that allows Claude to interact with local LLMs running in LM Studio, providing access to list models, generate text, and use chat completions through local models.
Last updated -
Python
模型上下文协议 (MCP) 服务器,用于通过 Claude 等 LLM 接口与 Meilisearch 交互。
服务器提供了在运行时查看和更新连接设置的工具:
get-connection-settings
:查看当前连接 URL 和 API 密钥状态update-connection-settings
:更新 URL 和/或 API 密钥以连接到不同的 Meilisearch 实例通过 MCP 使用的示例:
该服务器提供了一个灵活的搜索工具,可以搜索一个或所有索引:
search
:使用可选参数搜索 Meilisearch 索引通过 MCP 使用的示例:
可用的搜索参数:
query
:搜索查询(必需)indexUid
:要搜索的特定索引(可选)limit
:每个索引的最大结果数(可选,默认值:20)offset
:要跳过的结果数(可选,默认值:0)filter
:过滤表达式(可选)sort
:排序规则(可选)要将其与 Claude Desktop 一起使用,请将以下内容添加到您的claude_desktop_config.json
中:
get-connection-settings
:查看当前 Meilisearch 连接 URL 和 API 密钥状态update-connection-settings
:更新 URL 和/或 API 密钥以连接到其他实例create-index
:使用可选主键创建新索引list-indexes
:列出所有可用索引get-index-metrics
:获取特定索引的详细指标get-documents
:从索引中分页检索文档add-documents
:添加或更新索引中的文档search
:使用过滤和排序选项跨单个或多个索引进行灵活搜索get-settings
:查看索引的当前设置update-settings
:更新索引设置(排名、分面等)get-keys
:列出所有 API 密钥create-key
:创建具有特定权限的新 API 密钥delete-key
:删除现有的 API 密钥get-task
:获取有关特定任务的信息get-tasks
:使用可选过滤器列出任务:limit
:返回的最大任务数from
:要跳过的任务数reverse
:对任务进行排序batchUids
:按批次 UID 过滤uids
:按任务 UID 过滤canceledBy
:按取消来源过滤types
:按任务类型过滤statuses
:按任务状态过滤indexUids
:按索引 UID 过滤afterEnqueuedAt
/ beforeEnqueuedAt
:按入队时间过滤afterStartedAt
/ beforeStartedAt
:按开始时间过滤afterFinishedAt
/ beforeFinishedAt
:按完成时间过滤cancel-tasks
:取消待处理或排队的任务delete-tasks
:删除已完成的任务health-check
:基本健康检查get-health-status
:综合健康状况get-version
:获取 Meilisearch 版本信息get-stats
:获取数据库统计信息get-system-info
:获取系统级信息麻省理工学院
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.
通过 Claude 等 LLM 接口与Meilisearch交互的服务器。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/meilisearch/meilisearch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server