Skip to content
VS Code

jwt for VS Code

io.github.ryudi84/jwt

MCP server for JWT decoding and inspection

client:VS Code transport:stdio runtime:npm

Install jwt in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

jwt in other clients