Get started with Kody

openclaw CLI
openclaw mcp add kody --url https://kody.apphub.work/mcp --transport streamable-http --auth oauthopenclaw mcp login
openclaw mcp login kodyOr merge this into ~/.openclaw/openclaw.json:
~/.openclaw/openclaw.json
{
"mcp": {
"servers": {
"kody": {
"url": "https://kody.apphub.work/mcp",
"transport": "streamable-http",
"auth": "oauth",
"enabled": true
}
}
}
}
Authenticate Kody before you continueRun
openclaw mcp login kody after the server is saved. Approve the Kody OAuth window.Approve the kody.apphub.work OAuth window. This is the step that connects your agent to your factory.openclaw CLI
openclaw mcp add kody --url https://kody.apphub.work/mcp --transport streamable-http --auth oauthopenclaw mcp login
openclaw mcp login kodyOr merge this into ~/.openclaw/openclaw.json:
~/.openclaw/openclaw.json
{
"mcp": {
"servers": {
"kody": {
"url": "https://kody.apphub.work/mcp",
"transport": "streamable-http",
"auth": "oauth",
"enabled": true
}
}
}
}
OpenClaw's browser app works from a phone. You can also run the CLI later on a computer.
Authenticate Kody before you continueSave the server in the Control UI, then run
openclaw mcp login kody on a computer. Approve the Kody OAuth window.Approve the kody.apphub.work OAuth window. This is the step that connects your agent to your factory.