Skip to content
Grok

repiscope for Grok

io.github.3xpr1ment/repiscope

Read-only MCP server: your agent sees all your sibling repos but structurally cannot touch them

client:Grok transport:stdio runtime:pypi

Install repiscope in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "repiscope": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "repiscope"
      ]
    }
  }
}

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

repiscope in other clients