MCP
MCP is Anthropic's open standard for letting AI models read from and write to external systems through a uniform interface. Model Context Protocol. It launched quietly in late 2024 and has since become the default way Claude (and increasingly ChatGPT, via OpenAI's compatible work) connects to real data. Your filesystem, your tools, your knowledge base, your APIs.
The posts here cover what MCP actually does, why it matters for anyone running a personal knowledge base, and how Minibase Vault uses it to make every saved article instantly available as context to Claude or ChatGPT. Without MCP, "AI with access to your notes" meant uploading files manually, hoping the model didn't hallucinate, and re-uploading next session. With MCP, the model has a stable read connection to your real vault. No uploads, no copy-paste, no per-session re-priming.
Some posts are conceptual: what MCP is, how it differs from the embedding and RAG patterns that came before. Others are practical: how to set up Minibase Vault as an MCP server, what it looks like in Claude Desktop, the trade-offs between giving an agent full vault access versus scoped access. If you've been running an Obsidian or Logseq vault for a while and the question is "how do I plug Claude into this without rebuilding everything", MCP is the answer and these posts are the walkthrough.
10 articles in this topic
articles
-
Claude + Obsidian: The 2026 AI Knowledge Base Setup
Connect Claude to your Obsidian vault in 5 minutes so your AI finally reads your notes, clips, and research. A step-by-step MCP guide.
· #claude · #obsidian · #ai -
What Is AUI? The New Interface Paradigm Every Product Needs
HubSpot's CTO says every product needs a headless version for AI agents, and Google just launched A2UI. Inside the rise of Agentic UIs.
· #aui · #agentic-ui · #mcp -
Build Your Own Wikipedia: Karpathy's Wiki LLM Explained
Karpathy's Wiki LLM: explicit local knowledge beats opaque AI memory. Build your own Wikipedia from any webpage or note, in Markdown.
· #ai · #karpathy · #personal-knowledge-base -
Markdown Wikis Are Replacing RAG: Karpathy Explained
A folder of Markdown beats a vector database for personal knowledge. Why Karpathy's post-RAG pattern works, and how to build one fast.
· #rag · #llm · #knowledge-base -
Minibase Vault: Karpathy's LLM Wiki, Claude Built In
Andrej Karpathy's viral LLM Knowledge Base workflow needs a web clipper, a folder, and an MCP server. Minibase Vault is all three, in one toggle.
· #ai · #llm · #knowledge-base -
Minibase Vault Is a Wiki Builder for the Claude Era
Minibase Vault isn't just a folder of clippings. With the new Claude connection it's a living wiki that compiles itself, no setup required.
· #wiki · #knowledge-base · #claude -
How AI Agents Use Your Obsidian Vault (MCP + Markdown)
Connect AI agents like Claude Code to your Obsidian vault via MCP. Turn your saved Markdown notes into context that makes AI smarter about your work.
· #obsidian · #ai · #mcp -
AI Second Brain with Claude + Obsidian (Full 2026 Stack)
Claude reads your Obsidian vault, Minibase clips the web to Markdown, and your whole knowledge base joins every AI chat. The full stack.
· #markdown · #ai · #obsidian -
Why Markdown Is the Best Format for LLMs and AI Agents
Markdown reduces token usage by up to 10x compared to HTML. Learn why AI agents and LLMs prefer Markdown for context and how to optimize your AI workflows.
· #ai · #llm · #markdown -
MCP and Web-to-Markdown: The Future of AI Agent Tooling
How the Model Context Protocol uses Markdown for AI agents. Build better RAG systems and assistants with web-to-Markdown conversion.
· #mcp · #ai-agents · #automation