Skip to main content
Glama

OSOP MCP Server

5 tools for AI agents to validate, record, diff, optimize, and view OSOP workflows.

Any MCP-compatible client (Claude, Cursor, Windsurf) becomes workflow-aware.

Tools

Tool

Description

osop.validate

Validate .osop.yaml or .osoplog.yaml against schema

osop.record

Execute workflow, produce .osoplog execution record

osop.diff

Compare two workflows or execution logs

osop.optimize

Synthesize better workflow from multiple execution logs

osop.view

Render .sop into standalone HTML document

Installation

pip install osop-mcp

Usage

Claude Code

Add to your project's .mcp.json:

{
  "mcpServers": {
    "osop": {
      "command": "python",
      "args": ["-m", "osop_mcp"]
    }
  }
}

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "osop": {
      "command": "python",
      "args": ["-m", "osop_mcp"],
      "env": {}
    }
  }
}

What is OSOP?

OSOP is the standard format for describing and logging AI agent workflows. 4 node types, 4 edge modes.

License

Apache License 2.0

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Archie0125/osop-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server