jwt for Cursor
io.github.ryudi84/jwt
MCP server for JWT decoding and inspection
client:Cursor
transport:stdio
runtime:npm
Install jwt in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"jwt": {
"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