Skip to content
Gemini CLI

SEC EDGAR for Gemini CLI

io.github.danishashko/edgar-mcp

SEC EDGAR filings (10-K, 10-Q, 8-K), XBRL financials, and full-text filing search. No API key.

client:Gemini CLI transport:stdio runtime:npm

Install SEC EDGAR in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "edgar-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "edgar-mcp"
      ],
      "env": {
        "SEC_USER_AGENT": "<SEC_USER_AGENT>"
      }
    }
  }
}

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

SEC EDGAR in other clients