clawmemory-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@clawmemory-mcpSave a memory: I like reading sci-fi."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
clawmemory-mcp
An MCP server that lets claude.ai append durable memory entries to Aayush's Obsidian vault on GitHub.
What it does
Exposes three tools to claude.ai over the streamable-HTTP MCP protocol:
Tool | Purpose |
| List |
| Fetch existing content of a vault file — used for fact-level dedup |
| Append a structured markdown entry to a file (creates if missing). Server reads-then-writes safely with the existing sha — never overwrites blind |
The GitHub PAT lives as an encrypted env var on Vercel; it never appears in any chat or claude.ai project setting.
Related MCP server: obsidian-vault-mcp
Endpoints
POST /api/mcp— the MCP endpoint claude.ai talks to. RequiresAuthorization: Bearer <MCP_BEARER_TOKEN>.
Local dev
npm install
cp .env.local.example .env.local # fill in the values
npx vercel devDeploy
npx vercel link
npx vercel env add GITHUB_TOKEN production
npx vercel env add GITHUB_REPO_OWNER production
npx vercel env add GITHUB_REPO_NAME production
npx vercel env add GITHUB_BRANCH production
npx vercel env add MCP_BEARER_TOKEN production
npx vercel deploy --prodWire up claude.ai
Settings → Connectors → Add custom connector
Name:
ClawMemoryURL:
https://<your-vercel-deployment>.vercel.app/api/mcpAuth: Bearer, value =
MCP_BEARER_TOKENAdd connector to the Brain project
After that, in any chat in the Brain project, claude.ai will see list_vault_files, read_vault_file, append_to_vault as available tools. Just type save to brain.
This server cannot be deployed
Maintenance
Related MCP Connectors
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
- TaprootOAuthcom.taproothq
Persistent memory layer for AI tools. Save and recall notes across Claude and other MCP clients.
Path-scoped team memories, rules and skills for Claude Code, Cursor, Codex and other MCP clients.
Persistent memory for Claude Code and Cursor. Stop re-explaining your project every session.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceConnects claude.ai to a private GitHub repo of markdown files as a personal second brain, providing guarded read and write tools for knowledge management.10MIT
- AlicenseNot gradedqualityCmaintenanceEnables reading, searching, and modifying Obsidian vault notes directly, including saving conversation summaries and appending to daily notes, with GitHub OAuth authentication.MIT
- -licenseNot gradedqualityNot gradedmaintenanceEnables reading and writing an Obsidian vault stored on GitHub, allowing Claude to list, search, read, and write notes with commits via the GitHub Contents API.-
- AlicenseNot gradedqualityBmaintenanceProvides Claude with a persistent, auditable memory stored as markdown and YAML files in a private GitHub repo. Enables reading, appending, organizing, and messaging between agent conversations through MCP tools.474MIT