Skip to content
Zed

vault knowledge for Zed

com.seanwinslow/vault-knowledge

Read-only MCP over a vault's typed knowledge graph: concept search, contradictions, article fetch.

client:Zed transport:stdio runtime:npm

Install vault knowledge in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "vault-knowledge": {
      "command": "npx",
      "args": [
        "-y",
        "@swins/vault-knowledge-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

vault knowledge in other clients