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).
Run
npx -y stellavault
MCP client config
{
"mcpServers": {
"stellavault": {
"command": "npx",
"args": [
"-y",
"stellavault"
]
}
}
}