Skip to content
Windsurf

vault knowledge for Windsurf

com.seanwinslow/vault-knowledge

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

client:Windsurf transport:stdio runtime:npm

Install vault knowledge in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

vault knowledge in other clients