[!] TOPIC ARCHIVE // #MCP
#MCP
Model Context Protocol
receipts before trust
Grok Build gets a wire-level receipt, MCP servers get a security scorecard, and personal agents get signed mandates and succession files.
agent control surfaces
MCP authorization, recovered Claude/Codex abuse logs, and QA-agent receipts showed where agent systems need identity, evidence, and runtime control.
agent work got useful where it slowed down
today’s useful agent work had friction in it: a correctable personal model, coding workflows that keep the human thinking, and tool catalogs that load late instead of eating context.
May 24 Radar: browser ports, house CLIs, and room agents
Chrome turned DevTools into an agent surface, Microsoft pushed Claude Code users toward Copilot CLI, and real-world agents arrived with both ESP32 sandboxes and audio-injection receipts.
MCP servers
MCP servers as the tool connector layer of a Personal OS: what they expose, where risk lives, and how to keep receipts.
context infrastructure
Whole-repo context, operational data plumbing, and program-rebuild benchmarks turn yesterday's state/world-model frame into infrastructure with a bill and a failure surface.
the control surface is the product
the model is the part you rent. the harness — settings, hooks, mcp, workflow files, custody, audit — is the part you own. that's the product.
Claude Code Workflow Files: AGENTS.md, CLAUDE.md, Skills, and Repo Maps
where each agent instruction belongs in a Claude Code repo — CLAUDE.md, skills, rules, hooks, MCP. one decision table, one cleanup pass.
Claude Code Session Preflight
Ten read-only checks to run before a serious Claude Code session: version, model, permissions, MCP servers, context, and rollback.
the skills ecosystem: how AI capabilities become composable tools
understanding how plugins, skills, and tool discovery work in the emerging AI agent landscape
claude code for project management: when your AI understands your backlog better than you do
using MCP integrations to make Linear and Jira actually useful instead of just mandatory
claude code for home automation: beyond 'alexa turn on the lights'
using AI to build actually intelligent home automation that doesn't make you want to throw your smart bulbs out the window
your first MCP server in 10 minutes
build a model context protocol server from scratch in typescript. no boilerplate, no magic — just a working server that claude code can talk to.
what is MCP? the Model Context Protocol explained
what is MCP (Model Context Protocol)? a non-technical explanation of how MCP works, why it matters, and how it connects AI agents to the world.
claude code + playwright browser automation
connect Claude Code to Playwright via MCP for browser automation, e2e testing, and visual debugging. setup, real workflows, and sharp edges.
claude code + obsidian workflow
connecting your personal knowledge management to your AI coding agent. obsidian vaults as context, claude code as engine.
claude code + notion integration
how to connect Claude Code to Notion via MCP — setup, real use cases, and whether it's worth the hassle.
Best MCP servers by job: browser, GitHub, files, docs, fetch
A practical MCP server shortlist for Claude Code: job, trust level, permission boundary, install source, and validation check.
best claude code plugins: the minimum viable stack
choose fewer, better Claude Code plugins. repo instructions first, one MCP server second, then plugins only for repeated jobs. selector matrix included.
x-cli
Twitter/X from your terminal. post, search, like, bookmark, read timelines — no browser required. agent-friendly from day one.
MCP Security: Why Nobody Audits AI Agent Permissions
AI agents get filesystem and database access without code review. Here's what developers are doing about the trust vs control problem.
Louis Beaumont
Founder of Mediar AI and creator of screenpipe — 24/7 local screen and audio capture for AI memory. Building the open-source Rewind alternative.
Thomas Ricouard's Agentic iOS Workflow
How the IceCubesApp creator abandoned Xcode editing to build iOS apps with Cursor, Claude Code, and XcodeBuildMCP - spending only 2% of his time in Xcode
Takuya Matsuyama's AI-Powered Development Journaling
How the Inkdrop creator uses Claude Code and MCP to automate development journals without interrupting flow state
MCP Server Stacking: One Data Source is Data, Two is Intelligence
Combine multiple MCP servers to unlock cross-domain insights that no single server can provide on its own.
Jeffrey Emanuel's Agentic Coding Flywheel
A former quant investor built 70+ open-source tools that let AI coding agents coordinate like a self-managing development team.
Jason McGhee's WebMCP: Turning Websites Into AI Tool Servers
How a former Cursor co-founder built WebMCP to let any website expose tools to AI agents without sharing API keys, now being standardized by W3C.
Fabrizio Ferri-Benedetti treats docs as AI infrastructure
Fabrizio Ferri-Benedetti shows how technical writers can turn docs into AI-ready context, tests, tools, and safer prompts.
David Soria Parra's Model Context Protocol
How an ex-Facebook engineer frustrated with copy-paste workflows created MCP, now the standard for connecting AI to external tools.
Brian Christner's Human OS
How a Docker Captain built a unified personal operating system using AI and MCP servers
Personal AI OS tools: choose by layer, not hype
A practical chooser and registry for Personal AI OS tools: memory, retrieval, MCP connectors, browser agents, coding agents, workflow daemons, local runtimes, and user-owned stacks.
Tool Routing: How AI Agents Pick Which Function to Call
Modern agents route between dozens of tools using semantic matching, LLM-as-router, hierarchical patterns, and fallback chains. Patterns for scoring, selection, and MCP sampling.
Automated Development Journaling with MCP and CLAUDE.md
Connect Claude Code to your note app via MCP, then use CLAUDE.md instructions to create journals automatically as you work
MCP Server Composition
Connect your AI agent to multiple MCP servers at once, combining calendar, database, files, and search through one protocol
Alexander Opalic's Claude Code Deep Dives
How a German developer became the go-to source for understanding Claude Code's full stack — MCP, skills, subagents, hooks, and plugins
Tool Use Patterns: How LLMs Call External Tools
Function calling, MCP protocol, and ReAct patterns for AI tool use. Learn when to use each approach and how to implement them.
Kent C. Dodds' AI-Powered Developer Educator Workflow
How the creator of Testing Library and Epic React uses ChatGPT, Copilot, and Cursor to teach hundreds of thousands of developers
Claude Code Plugins System
Extend Claude Code with plugins for custom tools, MCP servers, and workflows
What is a Personal OS?
A Personal OS is the user's control plane for memory, identity, permissions, tools, workflows, actions, receipts, and rollback across AI agents and devices.
Building Your First MCP Server
Create custom MCP servers to extend Claude with your own tools
Claude Code Setup Guide
Complete Claude Code setup guide: installation, MCP servers, custom CLAUDE.md instructions, shell aliases, and security configuration
Building a Memory System
Build persistent AI memory with Claude Code using episodic-memory MCP, memory files, and external tools like Obsidian and Notion
Chrome DevTools MCP
Chrome DevTools for AI coding agents — not for humans, for agents