OSOP MCP Server
OSOP MCP 服务器
5 个工具,供 AI 智能体验证、记录、对比、优化和查看 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 是用于描述和记录 AI 智能体工作流的标准格式。包含 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