WhyNote for Zed
io.github.coooolinz/why-note
Read-only search, todo listing, and daily note access for a WhyNote account
client:Zed
transport:stdio
runtime:npm
Install WhyNote in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"why-note": {
"command": "npx",
"args": [
"-y",
"why-note-mcp"
],
"env": {
"NOTE_URL": "<NOTE_URL>",
"NOTE_TOKEN": "<NOTE_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs