README.md

April 1, 2025 ยท View on GitHub

  1. Clone the project
  2. Run npm install
  3. Run npm run build
  4. Replace with the args with index.js build path of your project.
{
  "mcpServers": {
    "currents": {
      "command": "node",
      "args": [
        "/Users/miguelangarano/Documents/GitHub/currents-mcp/build/index.js"
      ]
    }
  }
}
  1. Open the cursor settings and add a new mcp server

    image
  2. Set the previous JSON object into the mcp config file

    image
  3. Check it is active

    image