EveryDev.ai
Sign inSubscribe
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
  • Polls
Create
    Home
    Tools

    2,608+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1666
    • Coding1214
    • Infrastructure542
    • Marketing451
    • Design437
    • Projects396
    • Research371
    • Analytics339
    • Testing233
    • MCP227
    • Data213
    • Security200
    • Integration170
    • Learning155
    • Communication148
    • Prompts144
    • Extensions137
    • Commerce125
    • Voice122
    • DevOps99
    • Web78
    • Finance21
    1. Home
    2. Tools
    3. Second Brain
    Second Brain icon

    Second Brain

    Agent Memory
    Featured

    A self-hosted, MCP-compatible shared memory layer for AI tools like Claude, ChatGPT, and Cursor, deployed on Cloudflare's free tier.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under MIT License. Self-hosted on your own Cloudflare account at no cost for personal scale.

    Engagement

    Available On

    iOS
    Web
    API
    Browser
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent MemoryMCP ServersKnowledge Management

    Alternatives

    GBraincqStash Memory
    Developer
    rahilpAtlanta, GAEst. 2026

    Listed Jun 2026

    About Second Brain

    Second Brain is an open-source, self-hosted memory layer built by rahilp that gives AI tools like Claude, ChatGPT, and Cursor a shared continuity layer across sessions. It deploys to your own Cloudflare account in minutes using a one-click button, and stores context — decisions, project notes, preferences — that can be recalled semantically across every MCP-compatible client. The project is licensed under MIT and runs entirely on Cloudflare's free tier at personal scale.

    What It Is

    Second Brain solves the problem of AI tools starting from zero every session. Instead of re-pasting context into each new conversation, users store information once and recall it by meaning across any tool that supports the Model Context Protocol (MCP). The project positions itself as a continuity layer rather than a simple note-taking app: memories are searchable by semantic meaning, time-decay ranked so recent decisions surface first, and fully owned by the user in their own Cloudflare account.

    How the Memory Layer Works

    The core MCP server exposes six tools: remember, append, update, recall, list_recent, and forget. The recall tool uses semantic search powered by Cloudflare Vectorize and the bge-small-en-v1.5 embedding model, so asking "what did I decide about the pricing model?" surfaces the right note even without exact keyword matches. Long notes are split into overlapping chunks so specific paragraphs can surface precisely. Near-duplicate detection blocks redundant entries before they are stored.

    Ecosystem and Capture Points

    The project ships with multiple capture integrations so memory gets filled naturally:

    • CLI — npm install -g second-brain-cf-cli for brain remember and brain recall from the terminal
    • Obsidian plugin — available in Obsidian Community Plugins as second-brain-sync; supports auto-sync on save, sidebar search, tag filtering, and selective sync
    • iOS Shortcuts — Brain Dump (voice), Text Brain Dump, and Save to Brain shortcuts
    • Browser extension — captures any page or highlighted text from Chrome
    • Bookmarklet — lightweight alternative for any browser
    • Web dashboard — browse, search, and edit memories at the Worker URL; works from mobile browsers

    Architecture and Stack

    The entire stack runs on Cloudflare primitives: Workers for compute, D1 SQLite for structured storage, Vectorize for the vector index, and Workers AI for embeddings. The MCP server is implemented in TypeScript using the MCP TypeScript SDK. Schema auto-creates on first request, and no credit card is required for personal-scale use. All data stays in the user's own Cloudflare account — no third party touches stored memories.

    Update: v1.6

    The project reached v1.6 (published 2026-05-31), with the repository last pushed on the same date. The project page reports v1.5.1 on the marketing site while the GitHub release tag is v1.6, indicating active iteration. The repository had 110 stars and 24 forks at the time of the latest data snapshot, and the project launched on Product Hunt during this period. Development activity and open issues (10) suggest the project is in active early-release development.

    Second Brain - 1

    Community Discussions

    Be the first to start a conversation about Second Brain

    Share your experience with Second Brain, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under MIT License. Self-hosted on your own Cloudflare account at no cost for personal scale.

    • Self-hosted on Cloudflare free tier
    • Semantic memory recall via Vectorize
    • MCP-compatible server
    • Web dashboard
    • CLI, Obsidian plugin, iOS Shortcuts, browser extension

    Capabilities

    Key Features

    • Semantic memory recall across AI sessions
    • MCP-compatible server for Claude, ChatGPT, Cursor, and more
    • One-click deploy to Cloudflare Workers
    • Self-hosted on your own Cloudflare account
    • D1 SQLite storage with Vectorize semantic search
    • Time-decay ranking for recent memories
    • Smart chunking of long notes into overlapping segments
    • Near-duplicate detection
    • Web dashboard at Worker URL
    • Obsidian community plugin with auto-sync
    • iOS Shortcuts for voice and text capture
    • Browser extension for page and text capture
    • CLI tool via npm
    • Tag-based filtering
    • Exportable and auditable memory
    • Token-based authentication

    Integrations

    Claude Desktop
    Claude Code
    claude.ai
    ChatGPT
    Cursor
    Windsurf
    Obsidian
    iOS Shortcuts
    Chrome browser extension
    npm CLI
    Cloudflare Workers
    Cloudflare D1
    Cloudflare Vectorize
    Cloudflare Workers AI
    API Available
    View Docs

    Demo Video

    Second Brain Demo Video
    Watch on YouTube

    Reviews & Ratings

    No ratings yet

    Be the first to rate Second Brain and help others make informed decisions.

    Developer

    rahilp

    rahilp builds open-source developer tools focused on AI memory and knowledge management. The Second Brain project delivers a self-hosted MCP-compatible memory layer that runs on Cloudflare's free tier, giving developers full ownership of their AI context. The project spans a core Cloudflare Workers backend, an Obsidian community plugin, a CLI, and a browser extension.

    Founded 2026
    Atlanta, GA
    1 employees

    Used by

    Individual developers from GitHub and…
    Obsidian community members
    Read more about rahilp
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    GBrain icon

    GBrain

    An open-source CLI and TypeScript library that gives AI agents a persistent, searchable knowledge base built from markdown files, with hybrid vector+keyword search powered by Postgres and pgvector.

    cq icon

    cq

    cq is an open standard by Mozilla AI for shared agent learning, enabling AI coding agents to persist, share, and query collective knowledge to avoid repeating failures.

    Stash Memory icon

    Stash Memory

    Persistent memory layer for AI agents that stores episodes, facts, and working context in Postgres with an MCP server included. Self-hosted, open source, works with any MCP-compatible agent.

    Browse all tools

    Related Topics

    Agent Memory

    Memory layers, frameworks, and services that enable AI agents to store, recall, and manage information across sessions. These tools provide persistent, semantic, and contextual memory for agents, supporting personalization, long-term context retention, graph-based relationships, and hybrid RAG + memory workflows.

    69 tools

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    100 tools

    Knowledge Management

    AI-powered systems for organizing, discovering, and accessing collective team knowledge with intelligent search, tagging, and contextual recommendations across knowledge bases and wikis.

    97 tools
    Browse all topics
    Back to all tools
    Discussions