Persistent memory for any AI assistant — Claude, ChatGPT, Cursor — backed by your local Obsidian vault. One daemon, all your tools.
Server Config
{
"mcpServers": {
"bastra-recall": {
"command": "node",
"args": [
"/abs/path/to/bastra-recall/packages/daemon/dist/mcp-forwarder.js"
],
"env": {
"BASTRA_VAULT_PATH": "/abs/path/to/your/vault/memorys"
}
}
}
}