Skip to content

Get started with Kody

Step 1

Connect Copilot

Kody plugging a cable into a warmly glowing port on a laptop
Log in to connect Copilot
Add to VS CodeYour client will still ask you to authorize access afterwards.

Or run this for Copilot CLI:

copilot CLI
copilot mcp add --transport http kody https://kody.apphub.work/mcp
Or merge this into .vscode/mcp.json:
.vscode/mcp.json
{
  "servers": {
    "kody": {
      "type": "http",
      "url": "https://kody.apphub.work/mcp"
    }
  }
}
Or merge this into ~/.copilot/mcp-config.json:
~/.copilot/mcp-config.json
{
  "mcpServers": {
    "kody": {
      "type": "http",
      "url": "https://kody.apphub.work/mcp"
    }
  }
}

Copilot CLI MCP help

Authenticate Kody before you continueComplete OAuth when VS Code or Copilot CLI opens it.Approve the kody.apphub.work OAuth window. This is the step that connects your agent to your factory.
MCP URL
https://kody.apphub.work/mcp

Copilot CLI MCP help

Authenticate Kody before you continueComplete OAuth when the GitHub or Copilot app opens it.Approve the kody.apphub.work OAuth window. This is the step that connects your agent to your factory.

Join the Discord