wyrd for Zed
com.wyrdmcp/wyrd
Exposes one granted folder to any AI client, read-only, behind a path-containment fence.
client:Zed
transport:stdio
runtime:npm
Install wyrd in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"wyrd": {
"command": "npx",
"args": [
"-y",
"wyrd-mcp"
],
"env": {
"WYRD_GRANT": "<WYRD_GRANT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs