Skip to content
Grok

Scope for Grok

io.github.jackgillen15-dev/scope-mcp

Dispatch litigation work to legal-services vendors from any MCP-compatible AI workflow.

client:Grok transport:stdio runtime:npm

Install Scope in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "scope-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@jackgillen15-dev/scope-mcp"
      ],
      "env": {
        "SCOPE_API_BASE": "<SCOPE_API_BASE>",
        "SCOPE_API_TOKEN": "<SCOPE_API_TOKEN>",
        "SCOPE_ORG_SLUG": "<SCOPE_ORG_SLUG>"
      }
    }
  }
}

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

Scope in other clients