Archive
Pick of the Day.
One server, skill, or CLI every weekday. We pick by what we’d actually install today, not by stars, sponsorship, or release order.
May 8, 2026
Desktop Commander
DesktopCommanderMCP: your agent's bash forgets. This one keeps the session open.
Every agent's Bash tool spawns a fresh subprocess per call. Open a psql shell, run a query, write a follow-up — the connection is gone, the transaction is gone, the REPL state is gone. DesktopCommanderMCP is the only mainstream MCP that holds a real interactive session across tool calls. That changes what an agent can do.
May 7, 2026
markdownify-mcp: your agent's context window is mostly HTML scaffolding
In 2026, the under-discussed cost in an agent stack is the HTML chrome the model has to parse before it reaches anything worth reading. Cloudflare measured an 80% token reduction converting HTML to Markdown. markdownify-mcp does that at the host edge, for PDFs, YouTube, audio, and slides too.