jwt for Zed
io.github.ryudi84/jwt
MCP server for JWT decoding and inspection
client:Zed
transport:stdio
runtime:npm
Install jwt in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"jwt": {
"command": "npx",
"args": [
"-y",
"jwt-forge-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs