MCP Catalogs
Homesegundo-cerebro screenshot

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.

knowledge-graphai-llmproductivity
5
Forks
1
Open issues
1 mo ago
Last commit
2d ago
Indexed

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:

you:Claude users wanting to preserve insights between conversations
you:Cross-domain researchers seeking structural pattern connections
you:Thinkers building a latticework of mental models like Charlie Munger
you:What Cloudflare resources does this use?
you:How much does it cost to use?

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 README
  • recall

    Searches the knowledge graph for analogies across different domains

  • save_note

    Saves an atomic concept to the knowledge graph with connections to existing concepts

  • get_note

    Retrieves the full content of a specific concept from the knowledge graph

Comparable tools

mem.aiobsidiannotion

Installation

Installation Steps

  1. Clone the repository: git clone https://github.com/orobsonn/segundo-cerebro.git
  2. Install dependencies: npm install
  3. Log into Cloudflare: npx wrangler login
  4. Follow the Claude.md runbook in your agentic IDE
  5. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.