Skip to content
Cursor

edgaralert for Cursor

io.github.ikop32-code/edgaralert

SEC insider trading alerts, Form 4 signals, 8-K events, and company research via EDGAR Alert API.

client:Cursor transport:stdio runtime:npm

Install edgaralert in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "edgaralert": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@edgaralert/mcp-server"
      ],
      "env": {
        "EDGARALERT_API_KEY": "<EDGARALERT_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

edgaralert in other clients