Skip to content
Cursor

tradar for Cursor

io.github.stolarubrendang/tradar

Real-time market catalysts from 50+ primary federal sources, AI-classified for traders.

client:Cursor transport:stdio runtime:npm

Install tradar in Cursor

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

{
  "mcpServers": {
    "tradar": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tradar-mcp"
      ]
    }
  }
}

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

tradar in other clients