This is a Swiss Army knife for common dev operations you'd normally context switch to a browser or terminal for. It bundles twelve local utilities: JSON formatting and validation, Base64 encoding/decoding, JWT parsing, regex testing, hashing (MD5, SHA variants), UUID generation, Markdown rendering, text diffing, and cron expression parsing. Nothing here touches external services. It's purely local transformation and validation tools. Reach for this when you're deep in a Claude conversation and need to decode a JWT, test a regex pattern, or quickly hash a string without breaking flow to open another window.
claude mcp add --transport stdio io.github.hezeclark-devkits uvx devkits