sec edgar mcp for Gemini CLI
io.github.stefanoamorelli/sec-edgar-mcp
SEC EDGAR MCP server that provides access to the US public filings through the US SEC EDGAR API
client:Gemini CLI
transport:stdio
runtime:pypi
Install sec edgar mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"sec-edgar-mcp": {
"command": "uvx",
"args": [
"sec-edgar-mcp"
],
"env": {
"SEC_EDGAR_USER_AGENT": "<SEC_EDGAR_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