Skip to main content

Docker Installation

Docker provides the most reliable and consistent way to run SEC Edgar MCP across different platforms.

Quick Start

docker pull stefanoamorelli/sec-edgar-mcp:latest

Configuration

Add to your MCP client configuration:
{
  "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"
      ]
    }
  }
}
I