Skip to content
Cursor

Scope (Legal) for Cursor

io.github.scope-bid/scope-mcp

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

client:Cursor transport:stdio runtime:npm

Install Scope (Legal) in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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",
        "@scope-bid/scope-mcp"
      ],
      "env": {
        "SCOPE_API_BASE": "<SCOPE_API_BASE>",
        "SCOPE_API_TOKEN": "<SCOPE_API_TOKEN>",
        "SCOPE_ORG_SLUG": "<SCOPE_ORG_SLUG>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Scope (Legal) in other clients