3 months ago
17 developer utilities as MCP tools — base64, UUID, JWT decode, cron, timestamps, JSON, regex. No API keys, no external services, just npx!
Server Config
{
"mcpServers": {
"devutils": {
"command": "npx",
"args": [
"-y",
"mcp-server-devutils"
]
}
}
}