devkits for Zed
io.github.hezeclark/devkits
12 local developer tools: JSON, Base64, JWT, regex, hash, UUID, Markdown, diff, cron.
client:Zed
transport:stdio
runtime:npm
Install devkits in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"devkits": {
"command": "npx",
"args": [
"-y",
"devkits-mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs