stellavault for Zed
io.github.evanciel/stellavault
Local-first MCP server: Claude searches, asks & drafts from your Obsidian vault. 21 tools, no keys.
client:Zed
transport:stdio
runtime:npm
Install stellavault in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"stellavault": {
"command": "npx",
"args": [
"-y",
"stellavault"
],
"env": {
"STELLAVAULT_DB_PATH": "<STELLAVAULT_DB_PATH>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs