
Brainmaxxing
by shahriarbijoy
Three-tier knowledge pipeline for AI agents to build compounding, interconnected LLM wikis within Obsidian.
What it does
Brainmaxxing implements a structured knowledge pipeline that transforms raw data (PDFs, articles, notes) into a curated, interconnected wiki. It allows AI agents to research topics, synthesize information into wiki pages with semantic relationships, and generate high-quality artifacts that cite this knowledge base.
Tools
recall: Read a wiki page by slug.cook: Create or update a page with typed semantic relationships.lookup: Search pages using BM25 or hybrid vector ranking.shelf: List all wiki pages.inventory: Get a full manifest of metadata and relationships.vibes: Perform a graph health check for orphans and contradictions.dump: Add raw files for later processing.stash: List raw files and their processing status.drop: Write a generated artifact to the output directory.glow_up: Promote an output artifact to a permanent wiki page.
Installation
{
"mcpServers": {
"brainmaxxing": {
"command": "brainmaxxing",
"args": ["mcp"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
npm install -g brainmaxxing && brainmaxxing setupInformation
- Pricing
- free
- Published
- 5/13/2026
- stars






