Get started with Kody

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-omarchy.tailb6920a.ts.net/mcpOr merge this into .vscode/mcp.json:
.vscode/mcp.json
{
"servers": {
"kody": {
"type": "http",
"url": "https://kody-omarchy.tailb6920a.ts.net/mcp"
}
}
}
Or merge this into ~/.copilot/mcp-config.json:
~/.copilot/mcp-config.json
{
"mcpServers": {
"kody": {
"type": "http",
"url": "https://kody-omarchy.tailb6920a.ts.net/mcp"
}
}
}
Need help? Copilot connection docs
Authenticate Kody before you continueComplete OAuth when VS Code or Copilot CLI opens it.Approve the kody-omarchy.tailb6920a.ts.net OAuth window. This is the step that connects your agent to your factory.
MCP URL
https://kody-omarchy.tailb6920a.ts.net/mcpNeed help? Copilot connection docs
Authenticate Kody before you continueComplete OAuth when the GitHub or Copilot app opens it.Approve the kody-omarchy.tailb6920a.ts.net OAuth window. This is the step that connects your agent to your factory.