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.apphub.work/mcpOr 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"
}
}
}
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/mcpAuthenticate 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.