Skip to content
Cursor

jwt forge mcp for Cursor

io.github.ryudi84/jwt-forge-mcp

Decode and inspect JWT tokens — header, payload, expiry check

client:Cursor transport:stdio runtime:npm

Install jwt forge mcp in Cursor

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

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

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

jwt forge mcp in other clients