OSOP MCP Server
OSOP MCP Server
5 инструментов для агентов ИИ, позволяющих проверять, записывать, сравнивать, оптимизировать и просматривать рабочие процессы OSOP.
Любой MCP-совместимый клиент (Claude, Cursor, Windsurf) становится осведомленным о рабочих процессах.
Инструменты
Инструмент | Описание |
| Проверка |
| Выполнение рабочего процесса, создание записи выполнения |
| Сравнение двух рабочих процессов или журналов выполнения |
| Синтез улучшенного рабочего процесса на основе нескольких журналов выполнения |
| Рендеринг |
Related MCP server: ComfyUI MCP Server
Установка
pip install osop-mcpИспользование
Claude Code
Добавьте в .mcp.json вашего проекта:
{
"mcpServers": {
"osop": {
"command": "python",
"args": ["-m", "osop_mcp"]
}
}
}Claude Desktop
Добавьте в claude_desktop_config.json:
{
"mcpServers": {
"osop": {
"command": "python",
"args": ["-m", "osop_mcp"],
"env": {}
}
}
}Что такое OSOP?
OSOP — это стандартный формат для описания и ведения журналов рабочих процессов агентов ИИ. 4 типа узлов, 4 режима ребер.
CLI:
pip install osop(проверка, запись, сравнение, оптимизация, просмотр)Спецификация: osop-spec
Редактор: osop-editor
Лицензия
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