Scope (Legal) for Gemini CLI
io.github.scope-bid/scope-mcp
Dispatch litigation work to legal vendors from any MCP-compatible AI workflow. Patent pending.
client:Gemini CLI
transport:stdio
runtime:npm
Install Scope (Legal) in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"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>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs