Skip to content
Cursor

fxabsolute for Cursor

io.github.varsansri/fxabsolute

Five years of 1-minute forex, index and crypto candles, plus a live bridge to a trader's chart.

client:Cursor transport:stdio runtime:npm

Install fxabsolute in Cursor

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

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

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

fxabsolute in other clients