Odel
Stratum MCP

Stratum MCP

Local
@smartmemory1PythonUpdated 1mo ago

Structured execution for Claude Code — contracts, postconditions, gates, guardrails.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIstratum-mcpv0.2.42

Run

uvx stratum-mcp

MCP client config

{
  "mcpServers": {
    "stratum-mcp": {
      "command": "uvx",
      "args": [
        "stratum-mcp"
      ]
    }
  }
}