MCP.so
Sign In
Servers
S

Second Brain

@rahilp

Self-hosted semantic memory layer for Claude and MCP-compatible AI clients. Store notes, search by meaning not keywords, and recall relevant context automatically. Built on Cloudflare Workers, D1, Vectorize, and Workers AI. Runs on the free tier. One-click deploy.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "second-brain": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://<your-worker-url>/mcp"
      ]
    }
  }
}

More from Cloud & Infrastructure