random word mcp for Zed
io.github.mrfentmen/random-word-mcp
Random English words from the Random Word API. No key required.
client:Zed
transport:stdio
runtime:npm
Install random word mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"random-word-mcp": {
"command": "npx",
"args": [
"-y",
"random-word-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs