Skip to content
VS Code

Ikenga iyke (control bridge) for VS Code

dev.ikenga/mcp-iyke

Drive a running Ikenga desktop app from MCP clients — DOM, click, type, navigate, screenshot.

client:VS Code transport:stdio runtime:npm

Install Ikenga iyke (control bridge) in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-iyke": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ikenga/mcp-iyke"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Ikenga iyke (control bridge) in other clients