🧠 Digital Brain MCP
This is a Model Context Protocol (MCP) server for your second brain.
Connect any MCP-compatible client (Claude, Cursor, OpenCode, etc.) to the /api/mcp/sse endpoint with your API key.
Available Tools
- store_memory — Save notes, facts, ideas, code, and knowledge
- search_memory — Semantic search across everything stored
- list_memories — Browse and filter your memories
- update_memory — Modify existing entries
- delete_memory — Remove entries
- get_stats — See brain statistics
Tech Stack
- Embeddings: Google Gemini Embedding 2 (768 dimensions, multimodal)
- Vector DB: Supabase + pgvector
- Hosting: Vercel (Next.js + mcp-handler)
- Auth: Bearer token API keys