A personal memory layer for AI tools. Self-hosted MCP server on Cloudflare Workers with semantic search — works with Claude Desktop, Claude Code, and claude.ai.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"second-brain-cloudflare": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A personal memory layer for AI tools. Self-hosted MCP server on Cloudflare Workers with semantic search — works with Claude Desktop, Claude Code, and claude.ai.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / cloud
Persistent memory using a knowledge graph
MCP Server for GCP environment for interacting with various Observability APIs.
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
An open-source AI agent that brings the power of Gemini directly into your terminal.
MCP Security Weekly
Get CVE alerts and security updates for Second Brain Cloudflare and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A personal memory layer that works across every AI tool you use.
Self-hosted on Cloudflare's free tier. Truly one-click deploy — no manual setup required.
🔑 Before you deploy: You'll be asked to set an
AUTH_TOKENduring deployment.
Quick option: Use a memorable phrase likecoffee-lover-2026
Secure option: Runopenssl rand -base64 32in your terminal and paste the result
Save it! You'll need this token to connect AI clients.
Every AI conversation starts from zero. Second Brain fixes that — give Claude, ChatGPT, Cursor, and any MCP-compatible client a shared memory layer that actually remembers what you tell it.
Five tools. One brain. Every AI client.
| Tool | Description |
|---|---|
remember | Store anything — ideas, decisions, project context |
append | Add updates to existing entries without creating duplicates |
recall | Semantic search with recency bias — finds things by meaning, prioritizes fresh info. In the Web UI, results are synthesized into a natural answer with source memories shown below. |
list_recent | Browse recent memories chronologically |
forget | Delete an entry and all its chunks |
coffee-lover-2026) or generate a secure one with openssl rand -base64 32. Save it!https://<your-worker-url>/# Test it's working (use your token from step 2)
curl -X POST https://<your-worker-url>/capture \
-H "Authorization: Bearer coffee-lover-2026" \
-H "Content-Type: application/json" \
-d '{"content": "second brain is working", "source": "test"}'
# → {"ok":true,"id":"..."}
Cloudflare Workers · D1 SQLite · Vectorize · Workers AI · MCP TypeScript SDK · MIT License
All free tier at personal scale.
integrations/ios-shortcuts/integrations/bookmarklet.js