filamental for Zed
io.github.scottnine/filamental
Read/write access to your Filamental knowledge graph vault. 17 tools. Local-first, no auth.
client:Zed
transport:stdio
runtime:npm
Install filamental in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"filamental": {
"command": "npx",
"args": [
"-y",
"filamental-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs