datamuse mcp for Zed
io.github.mrfentmen/datamuse-mcp
Use this MCP server to wordplay. Rhymes, related words, spell checks, and word suggestions for...
client:Zed
transport:stdio
runtime:npm
Install datamuse mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"datamuse-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/datamuse-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs