jwt tools mcp for Windsurf
io.github.mrfentmen/jwt-tools-mcp
Decode and verify JSON Web Tokens locally. No network and no key.
client:Windsurf
transport:stdio
runtime:npm
Install jwt tools mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"jwt-tools-mcp": {
"command": "npx",
"args": [
"-y",
"jwt-tools-mcp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs