← Back to Plugins
MCP Server MCP

io.github.Evanciel/stellavault

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "stellavault",
      "version": "0.8.5",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "serve",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Path to the SQLite vector DB. Optional — defaults to a per-vault path resolved from your .stellavault.json config or the current directory.",
          "name": "STELLAVAULT_DB_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...