Skip to content
Cursor

hypelens agent rail for Cursor

io.github.polyparlay/hypelens-agent-rail

Place/cancel/close HL perps via MCP. Agent wallet once, 1bp fills, no sub.

client:Cursor transport:stdio runtime:npm

Install hypelens agent rail 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": {
    "hypelens-agent-rail": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@hypelens/hypelens-agent-rail"
      ],
      "env": {
        "HYPELENS_AGENT_PK": "<HYPELENS_AGENT_PK>",
        "HYPELENS_NET": "<HYPELENS_NET>",
        "HYPELENS_FEED_URL": "<HYPELENS_FEED_URL>",
        "HYPELENS_FEED_FILE": "<HYPELENS_FEED_FILE>"
      }
    }
  }
}

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

hypelens agent rail in other clients