OSOP MCP Server
Servidor MCP de OSOP
5 herramientas para que los agentes de IA validen, registren, comparen (diff), optimicen y visualicen flujos de trabajo de OSOP.
Cualquier cliente compatible con MCP (Claude, Cursor, Windsurf) se vuelve consciente de los flujos de trabajo.
Herramientas
Herramienta | Descripción |
| Valida |
| Ejecuta el flujo de trabajo, genera un registro de ejecución |
| Compara dos flujos de trabajo o registros de ejecución |
| Sintetiza un mejor flujo de trabajo a partir de múltiples registros de ejecución |
| Renderiza |
Related MCP server: ComfyUI MCP Server
Instalación
pip install osop-mcpUso
Claude Code
Añadir al archivo .mcp.json de su proyecto:
{
"mcpServers": {
"osop": {
"command": "python",
"args": ["-m", "osop_mcp"]
}
}
}Claude Desktop
Añadir a claude_desktop_config.json:
{
"mcpServers": {
"osop": {
"command": "python",
"args": ["-m", "osop_mcp"],
"env": {}
}
}
}¿Qué es OSOP?
OSOP es el formato estándar para describir y registrar flujos de trabajo de agentes de IA. 4 tipos de nodos, 4 modos de borde.
CLI:
pip install osop(validar, registrar, comparar, optimizar, visualizar)Especificación: osop-spec
Editor: osop-editor
Licencia
Licencia Apache 2.0
This server cannot be deployed
Maintenance
Related MCP Connectors
- mcp-serverOAuthcom.make
Give your AI agents the tools to build, manage, and run automation workflows.
The AI orchestration agent for modern software teams.
Workflow planning, recovery checkpoints, coordination, fixtures, and compatibility tools for agents.
Build, validate, and deploy multi-agent AI solutions from any AI environment.
Related MCP Servers
- AlicenseCqualityAmaintenanceEnables AI agents to create, retrieve, update, and manage n8n workflows through the n8n API. Supports full workflow lifecycle management including activation, deactivation, and deletion operations.3923 npmMIT
- AlicenseAqualityDmaintenanceEnables AI agents to manage ComfyUI workflows using a human-readable Domain Specific Language (DSL), with automatic conversion to/from JSON format. Supports workflow creation, validation, execution, and monitoring through natural language interactions.163MIT
- FlicenseNot gradedqualityCmaintenanceEnables orchestration and management of n8n workflows through tools for creating, updating, diagnosing failed executions, auto-fixing workflows, and installing community nodes.-
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to manage n8n workflow automation instances through tools for workflow CRUD operations, execution monitoring, and webhook triggering. It facilitates programmatic interaction with n8n instances via the n8n API with AI-optimized descriptions and error handling.62MIT