OSOP MCP Server
OSOP MCP 서버
AI 에이전트가 OSOP 워크플로우를 검증, 기록, 비교, 최적화 및 조회할 수 있는 5가지 도구를 제공합니다.
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