Skip to content
Cursor

Froglet for Cursor

io.github.armanas/froglet

Run local Froglet verifiable compute, signed receipts, settlement, and service publication.

client:Cursor transport:stdio runtime:npm

Install Froglet in Cursor

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

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

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

Froglet in other clients