Skip to content
Gemini CLI

Scope (AEC) - Preview for Gemini CLI

io.github.scope-bid/scope-aec-mcp

AEC subcontractor vendor procurement plumbing layer. Preview V3 2027. Patent pending.

client:Gemini CLI transport:stdio runtime:npm

Install Scope (AEC) - Preview in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "scope-aec-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@scope-bid/scope-aec-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Scope (AEC) - Preview in other clients