A

MCP Entry

Anthropic 远程 MCP 连接器

Anthropic 文档化远程 MCP:公网 HTTPS URL,Claude 从云端连接(非本机)。Team Owner 在 Admin 添加;用户在 Settings 启用。Messages API 用 mcp_servers+mcp_toolset,beta 头 mcp-client-2025-11-20;须 HTTP/SSE 公网可达。

分类 平台集成
安装方式 Remote MCP URL + OAuth (per server)
运行环境 Anthropic Cloud
anthropicmcpremote-mcp

使用场景

  • HTTPS MCP 无需本地 stdio
  • Enterprise 先审批再个人连接
  • Messages API 调远程工具
  • Connectors Directory 第三方
  • Claude Code 受治理工具

主要功能

  • Claude Desktop
  • Claude Code
  • Claude.ai
  • Cowork
  • Claude API

相关推荐

相关推荐

3 收录条目

Mem0 MCP Server

平台集成

Mem0 在 docs.mem0.ai/platform/mem0-mcp 说明托管 MCP 端点 https://mcp.mem0.ai/mcp,向 Claude、Claude Code、Codex、Cursor、Windsurf、VS Code、OpenCode 暴露 Platform 记忆工具(add/search/get/update/delete、delete_all、delete_entities、list_entities、list_events、get_event_status)。可用 npx mcp-add 配置 HTTP 传输或手写客户端 JSON/TOML;Codex 需 MEM0_API_KEY 作 bearer。需 Mem0 Platform API Key 与 Node.js,托管路径无需自建向量库。

Vertex AI Platform MCP Server

平台集成

Google Cloud 在 docs.cloud.google.com/gemini-enterprise-agent-platform/reference/mcp 说明远程 Agent Platform(Vertex AI)MCP。端点 `https://aiplatform.googleapis.com/mcp` 及 /mcp/generate、/predict、/notebook、/endpoints、/models、/tuning、/evaluation、/prompts。Toolset 覆盖生成式 AI、预测、Colab Enterprise、endpoint、registry、微调、评估与 prompt。OAuth 2.0 + IAM;不接受 API key。

ClickHouse Cloud Remote MCP Server

数据库

ClickHouse 在 clickhouse.com/docs/cloud/features/ai-ml/remote-mcp 说明 ClickHouse Cloud 全托管远程 MCP。MCP 客户端连接 HTTP 端点 `https://mcp.clickhouse.cloud/mcp`,使用 OAuth 2.0(浏览器登录 ClickHouse Cloud 凭据;文档称无需单独 API key)。Agent 可列出 database/table、检查 schema、执行 scoped 只读 SELECT;远程服务器亦提供 ClickHouse Cloud 集成如服务管理、备份监控、ClickPipe 可见性与 billing 数据。在 Cloud 控制台按服务启用(Connect → MCP)。自托管实例使用独立开源 mcp-clickhouse 项目——与本 Cloud remote MCP 不同。