Odel
stellavault

stellavault

Local
@evanciel3TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmstellavaultv0.9.0

Run

npx -y stellavault

MCP client config

{
  "mcpServers": {
    "stellavault": {
      "command": "npx",
      "args": [
        "-y",
        "stellavault"
      ]
    }
  }
}