Skip to main content
Glama

联合 MCP

使用 Union 任务、工作流和应用程序作为工具的 MCP 服务器。

设置

克隆仓库:

git clone https://github.com/unionai-oss/union-mcp

安装uvunion-mcp包:

pip install uv
uv sync

Related MCP server: Salesforce MCP Server

与 Claude Desktop 一起使用

首先,安装Claude Desktop

然后安装服务器

mcp install -e . examples/server.py

这将配置位于以下位置的claude_desktop_config.json配置文件:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

你应该会看到类似

{
  "mcpServers": {
    "Union MCP": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "--with-editable",
        "/Users/username/union-mcp",
        "mcp",
        "run",
        "/Users/username/union-mcp/examples/server.py"
      ]
    }
  }
}
NOTE

确保uv可执行文件在/usr/local/bin中可用,否则请用完整路径替换command ,例如/Users/username/.local/bin/uv

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Appeared in Searches

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/unionai-oss/union-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server