Server Config
{
"mcpServers": {
"equity-intel": {
"command": "python",
"args": [
"-m",
"equity_intel_mcp"
],
"cwd": "C:/path/to/equity-intel-mcp",
"env": {
"EDGAR_IDENTITY": "Your Name you@example.com"
}
}
}
}