Odel
mcp

mcp

Local
@postcept1JavaScriptMITUpdated 1mo ago

Verify agent actions against the system of record and get signed completion receipts.

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).

npm@postcept/mcpv0.3.3

Run

npx -y @postcept/mcp

MCP client config

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@postcept/mcp"
      ]
    }
  }
}