Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"obsidian-mem": {
"command": "bun",
"args": [
"run",
"${CLAUDE_PLUGIN_ROOT}/src/mcp-server/index.ts"
],
"env": {
"CONFIG_PATH": "${HOME}/.cc-obsidian-mem/config.json"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
bunCONFIG_PATH=${HOME}/.cc-obsidian-mem/config.json