Skip to content
Grok

Agent Intern for Grok

io.github.sinantufekci/agent-intern

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

client:Grok transport:stdio runtime:pypi

Install Agent Intern in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Agent Intern in other clients