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
{
"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