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
{
"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