Scope (Legal) for Zed
io.github.scope-bid/scope-mcp
Dispatch litigation work to legal vendors from any MCP-compatible AI workflow. Patent pending.
client:Zed
transport:stdio
runtime:npm
Install Scope (Legal) in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"scope-mcp": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs