OSOP MCP Server
OSOP MCP-Server
5 Tools für KI-Agenten zum Validieren, Aufzeichnen, Vergleichen (Diff), Optimieren und Anzeigen von OSOP-Workflows.
Jeder MCP-kompatible Client (Claude, Cursor, Windsurf) wird damit workflow-fähig.
Tools
Tool | Beschreibung |
| Validiert |
| Führt den Workflow aus und erstellt ein |
| Vergleicht zwei Workflows oder Ausführungsprotokolle |
| Erstellt einen verbesserten Workflow aus mehreren Ausführungsprotokollen |
| Rendert |
Related MCP server: ComfyUI MCP Server
Installation
pip install osop-mcpVerwendung
Claude Code
Fügen Sie dies zur .mcp.json Ihres Projekts hinzu:
{
"mcpServers": {
"osop": {
"command": "python",
"args": ["-m", "osop_mcp"]
}
}
}Claude Desktop
Fügen Sie dies zur claude_desktop_config.json hinzu:
{
"mcpServers": {
"osop": {
"command": "python",
"args": ["-m", "osop_mcp"],
"env": {}
}
}
}Was ist OSOP?
OSOP ist das Standardformat zur Beschreibung und Protokollierung von KI-Agenten-Workflows. 4 Knotentypen, 4 Kantenmodi.
CLI:
pip install osop(validieren, aufzeichnen, vergleichen, optimieren, anzeigen)Spezifikation: osop-spec
Editor: osop-editor
Lizenz
Apache License 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