Skip to content
Cursor

lp copilot for Cursor

com.theaslangroupllc.pulse/lp-copilot

LP copilot: free position enumeration on 7 chains + paid range backtests, IL forecasts, points EV

client:Cursor transport:stdio runtime:npm

Install lp copilot in Cursor

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

{
  "mcpServers": {
    "lp-copilot": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pulsenetwork/lp-copilot-mcp"
      ]
    }
  }
}

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

lp copilot in other clients