OSOP MCP Server
OSOP MCPサーバー
AIエージェントがOSOPワークフローを検証、記録、差分比較、最適化、表示するための5つのツールです。
MCP互換クライアント(Claude、Cursor、Windsurf)がワークフローを認識できるようになります。
ツール
ツール | 説明 |
|
|
| ワークフローを実行し、 |
| 2つのワークフローまたは実行ログを比較する |
| 複数の実行ログからより優れたワークフローを合成する |
|
|
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