Skip to content

Get started with Kody

Step 3

Connect Copilot

Kody plugging a cable into a warmly glowing port on a laptop

Connect an agent from a different ecosystem. Reuse what you made in Step 2 so you can see it travel. Connect a second agent and get Standard free for 2 weeks.

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.

After it connects, paste this in the new agent. It looks up the portability guide and reuses what you already made — one short proof that Kody travels.

Portability proof
I just connected you as a second agent. Look up the portability guide with search({ entity: "guide:portability" }) and reuse what I made in Step 2. One short proof.

Depth lives in the portability guide. The prompt tells your agent to retrieve it.

Join the Discord