
segundo-cerebro
by orobsonn·★ 19·Score 43
A personal knowledge graph MCP server for Claude that runs on Cloudflare with automatic concept atomization and cross-domain analogy connections.
Overview
Segundo Cérebro is a sophisticated MCP server that transforms Claude into a personal knowledge management system. It builds a knowledge graph by atomizing concepts into individual notes with substantive connections between ideas across different domains. The server leverages Cloudflare's D1, Vectorize, and Workers AI to provide sovereign, self-hosted knowledge management without third-party dependencies. Its unique approach emphasizes latticework thinking, forcing connections between ideas based on shared mechanisms rather than surface-level relationships.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this if you work across multiple domains and want Claude to help build a knowledge graph with substantive cross-domain connections, already use Claude Code/Desktop regularly, and are on Pro, Max, or API plans.
When NOT to choose this
Don't choose this if you're on Claude Free tier, need offline access, work within a single narrow domain, or prefer traditional hierarchical note organization over lattice-based connections.
Tools this server exposes
3 tools extracted from the READMErecallSearches the knowledge graph for analogies across different domains
save_noteSaves an atomic concept to the knowledge graph with connections to existing concepts
get_noteRetrieves the full content of a specific concept from the knowledge graph
Comparable tools
Installation
Installation Steps
- Clone the repository:
git clone https://github.com/orobsonn/segundo-cerebro.git - Install dependencies:
npm install - Log into Cloudflare:
npx wrangler login - Follow the Claude.md runbook in your agentic IDE
- Add the MCP server to Claude:
{
"mcpServers": {
"segundo-cerebro": {
"command": "npx",
"args": ["segundo-cerebro", "mcp"]
}
}
}FAQ
- What Cloudflare resources does this use?
- It uses Cloudflare Workers (server), D1 (SQLite database), Vectorize (embeddings), Workers AI (embeddings), and KV (OAuth tokens). All run on free tier.
- How much does it cost to use?
- The Cloudflare infrastructure is free, but there's ~2,400 token overhead per MCP request. Free plan isn't recommended, Pro is acceptable, and Max plans work best.
Compare segundo-cerebro with
Last updated · Auto-generated from public README + GitHub signals.