Developer Tools
Trust: 32/100 (Limited)io.github.ryudi84/jwt Guide
MCP server for JWT decoding and inspection
by ryudi84
Quick Start
Install
npx jwt-forge-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-ryudi84-jwt": {
"command": "npx",
"args": [
"jwt-forge-mcp"
]
}
}
}