实现了 Agent Protocol 标准,让 MCP 客户端能与外部 Agent 框架协调——通过共享的任务、步骤与产物 schema,特别适合让 Claude 或 Codex 把任务交接给专业 Agent。
使用场景
- 多 Agent 交接
- 任务编排
- Agent 注册
- 步骤追踪
主要功能
- Claude Desktop
- Claude Code
- Cursor
- OpenAI
相关推荐
相关推荐
3 收录条目
Ollama MCP 服务器
社区维护的 MCP 桥:把 Ollama 本地 HTTP API(模型列表、拉取、对话、兼容 OpenAI 的 completions)暴露给 Claude Desktop、Cursor 等客户端。npm 包 `ollama-mcp-server`(NightTrek/Ollama-mcp 的维护分支);需本地运行 Ollama 守护进程,默认 `OLLAMA_HOST` 为 `http://127.0.0.1:11434`。
Shopify Dev MCP
Official Shopify Dev MCP server from the Shopify AI Toolkit: connects Claude Code, Cursor, VS Code, Gemini CLI, Codex, and similar clients to Shopify developer documentation, GraphQL schemas, and validation workflows without guessing API shapes. Runs locally via npx using the @shopify/dev-mcp package; Shopify documents that no authentication is required for this developer-resources server. Part of Shopify's broader AI Toolkit alongside plugins and optional skill bundles.
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。