Skip to content
Cursor

stellavault for Cursor

io.github.evanciel/stellavault

Local-first MCP server: Claude searches, asks & drafts from your Obsidian vault. 21 tools, no keys.

client:Cursor transport:stdio runtime:npm

Install stellavault in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "stellavault": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "stellavault"
      ],
      "env": {
        "STELLAVAULT_DB_PATH": "<STELLAVAULT_DB_PATH>"
      }
    }
  }
}

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

stellavault in other clients