Skip to content

Get started with Kody

Join the Discord

Step 1

Connect your agent

Kody plugging a cable into a warmly glowing port on a laptop
Waiting for OpenClaw to connect…

Connecting OpenClaw

Change selection

Run this to add Kody, then openclaw mcp login kody to authorize. openclaw mcp doctor kody --probe proves the server answers. Or add the same entry in the Control UI under Settings → MCP → Add server (Streamable HTTP), or merge it into ~/.openclaw/openclaw.json:

openclaw CLI
openclaw mcp add kody --url https://kody.codes/mcp --transport streamable-http --auth oauth
openclaw mcp login
openclaw mcp login kody
~/.openclaw/openclaw.json
{
  "mcp": {
    "servers": {
      "kody": {
        "url": "https://kody.codes/mcp",
        "transport": "streamable-http",
        "auth": "oauth",
        "enabled": true
      }
    }
  }
}

See OpenClaw's MCP docs for the Control UI, composer connectors, and doctor --probe.

Coding agents are the best fit when you want to create or edit Kody packages. Once a package exists, non-coding agents can use it just fine.

Authenticate Kody before you continueRun openclaw mcp login kody after the server is saved. Approve the Kody OAuth window.Approve the kody.codes OAuth window. This is the step that connects your agent to your factory.