Skip to content
VS Code

vault knowledge for VS Code

com.seanwinslow/vault-knowledge

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

client:VS Code transport:stdio runtime:npm

Install vault knowledge in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

vault knowledge in other clients