DevUtils MCP Server for Zed
io.github.paladini/devutils-mcp-server
36 local developer utilities for AI agents. Hash, encoding, UUID, JWT, JSON, network, text.
client:Zed
transport:stdio
runtime:npm
Install DevUtils MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"devutils-mcp-server": {
"command": "npx",
"args": [
"-y",
"devutils-mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs