Skip to content
VS Code

Agent Intern for VS Code

io.github.sinantufekci/agent-intern

Delegate from Claude Code to Gemini, Codex, Copilot, Cursor and opencode CLIs as sub-agents.

client:VS Code transport:stdio runtime:pypi

Install Agent Intern in VS Code

.vscode/mcp.json

{
  "servers": {
    "agent-intern": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agent-intern"
      ]
    }
  }
}

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

Agent Intern in other clients