Applying Research to Claude Agents
Created: 2026-03-15, Modified: 2026-03-15
Research-backed guidance on getting coding agents to do useful work, applied to rebuild a 7-agent roster from Anthropic's published advice and three deep research reports.
Cloudflare MCP: Query DNS and the Full API
Created: 2026-03-12, Modified: 2026-03-15
Connecting Cloudflare's remote MCP server to Claude Code so it can query DNS records, zone configs, and the full Cloudflare API from the terminal.
OpenRouter for Claude Code, OpenCode, and OpenClaw
Created: 2026-03-10, Modified: 2026-03-10
Configuring OpenRouter to be where all my tools go for tokens and making a custom MCP server for it
Linear MCP: Planning with Robots
Created: 2026-03-06, Modified: 2026-03-06
Connecting AI coding tools directly to Linear so AI can pull tasks in
GA4 and Its MCP Server
Created: 2026-03-04, Modified: 2026-03-05
Adding Google Analytics 4 to a statically-exported Next.js blog, then connecting the official GA4 MCP server so Claude can query the data directly.
Playwright MCP: Claude Code Verifying Its Own Work
Created: 2026-03-03, Modified: 2026-03-03
Using the Playwright MCP server to give Claude Code live browser access, writing Gherkin-driven tests for a Next.js blog, and exploring what it means for an agent to verify the changes it just made.