second-brain-cloudflare

rahilp/second-brain-cloudflare
★ 0 stars TypeScript 🤖 AI/LLM Updated today
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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "second-brain-cloudfl": {
      "command": "npx",
      "args": [
        "-y",
        "rahilp/second-brain-cloudflare"
      ]
    }
  }
}

README Excerpt

A personal memory layer that works across every AI tool you use. Built on Cloudflare Workers, D1, Vectorize, and Workers AI. Exposes four MCP tools — `remember`, `recall`, `list_recent`, `forget` — that any MCP-compatible AI client can call. --- A Cloudflare Worker that acts as your personal second brain:

Tools (4)

forgetlist_recentrecallremember