obelisk for Zed
io.github.zachhannum/obelisk
Comment on a passage of an Obsidian note, and propose suggested edits.
client:Zed
transport:stdio
runtime:npm
Install obelisk in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"obelisk": {
"command": "npx",
"args": [
"-y",
"obelisk-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs