From cc-obsidian-mem
Runs locally with Bun to provide access to Obsidian notes as memory. Enables Claude to read, search, and manage Markdown files in an Obsidian vault.
npx claudepluginhub z-m-huang/cc-obsidian-memAdd to your .mcp.json:
{
"mcpServers": {
"obsidian-mem": {
"command": "bun",
"args": [
"run",
"${CLAUDE_PLUGIN_ROOT}/src/mcp-server/index.ts"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
bun