Setup
Docker Setup
Running SEC Edgar MCP with Docker
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Running SEC Edgar MCP with Docker
docker pull stefanoamorelli/sec-edgar-mcp:latest
{
"mcpServers": {
"sec-edgar-mcp": {
"command": "docker",
"args": [
"run", "-i", "--rm",
"-e", "SEC_EDGAR_USER_AGENT=Your Name (name@domain.com)",
"stefanoamorelli/sec-edgar-mcp:latest"
]
}
}
}