devutils for VS Code
io.github.ofershap/devutils
Developer utilities MCP: base64, UUID, hash, JWT decode, cron, timestamps.
client:VS Code
transport:stdio
runtime:npm
Install devutils in VS Code
.vscode/mcp.json
{
"servers": {
"devutils": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-devutils"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs