Skip to main content
Glama

MCP de la Unión

Un servidor MCP para utilizar tareas, flujos de trabajo y aplicaciones de Union como herramientas.

Configuración

Clonar el repositorio:

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

Instalar uv y el paquete union-mcp :

pip install uv uv sync

Usar con Claude Desktop

Primero, instale Claude Desktop .

Luego, instala el servidor.

mcp install -e . examples/server.py

Esto configurará el archivo de configuración claude_desktop_config.json ubicado en:

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

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

Deberías ver algo como

{ "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" ] } } }

[!NOTA] Asegúrese de que el ejecutable uv esté disponible en /usr/local/bin ; de lo contrario, reemplace command con la ruta completa, por ejemplo /Users/username/.local/bin/uv

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

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    A Model Context Protocol server built with mcp-framework that allows users to create and manage custom tools for processing data, integrating with the Claude Desktop via CLI.
    Last updated -
    22
    5
    • Apple
  • A
    security
    -
    license
    A
    quality
    An MCP server implementation that integrates Claude with Salesforce, enabling natural language interactions with Salesforce data and metadata for querying, modifying, and managing objects and records.
    Last updated -
    15
    545
    110
    MIT License
  • A
    security
    F
    license
    A
    quality
    A server built on mcp-framework that enables integration with Claude Desktop through the Model Context Protocol.
    Last updated -
    1
    1
    • Apple
  • A
    security
    F
    license
    A
    quality
    A Model Context Protocol server that allows integration with Claude Desktop by creating and managing custom tools that can be executed through the MCP framework.
    Last updated -
    31
    • Apple

View all related MCP servers

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