Skip to content
Cursor

vault knowledge for Cursor

com.seanwinslow/vault-knowledge

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

client:Cursor transport:stdio runtime:npm

Install vault knowledge in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

vault knowledge in other clients