Fetching from the wire…
Public story · 2026-09-02 · high
Tasks, the feature meant for long-running work, isn't implemented in Claude Code, Codex, Cursor, Grok, or OpenCode.
Why now: The tracker's compliance numbers reflect its current snapshot at ismcpgoodyet.com.
A compliance tracker at ismcpgoodyet.com puts five coding agents, Codex, Cursor, Claude Code, Grok, and OpenCode, at an average 56% on the Model Context Protocol spec. None of them implement Tasks, the piece of the spec meant to handle long-running work.
That gap sits right where builders need it most. MCP is supposed to be the layer that lets an agent call out to tools and hold state across a session. If Tasks doesn't exist in any client, anything you build that assumes an agent can kick off a job and check back later has nowhere to run.
The rest of the scorecard is uneven in the same direction. The stateless spec revision dated July 28, 2026 gets partial support from only Codex and Claude Code. Cursor has no pagination for tools/list, so a server with a long tool catalog just doesn't page through it. Resources served over skill://, the mechanism for distributing packaged skills through MCP, ship in none of the five clients.
It's not uniformly bad news. In-client OAuth and per-tool filtering are both universal across the five agents, so the basics of connecting a server and scoping what it can touch are solid ground. The holes are specifically in async work and skill distribution, the two areas MCP's own roadmap has been pushing hardest.
If you're wiring an agent to a long-running MCP job right now, you're building on a part of the spec that doesn't exist in the client yet. Check the tracker before you assume a feature works just because it's in the spec document.
Each link below shares sources, entities, or timing with this story.
EchoVault solves the "agent amnesia" problem — coding agents forgetting everything between sessions. It runs as an MCP server giving agents three tools: memory_context (load prior decisions), memory_search (find specific memories), and memory_save (persist learnings). Storage...
affaan-m/ECC (36.3k forks, MIT) bundles 67 agents, 284 skills, 94 legacy command shims, and "instincts", patterns learned from prior sessions with confidence scores that auto-recall when relevant, plus a .ecc/memory/ markdown vault that's explicitly cross-harness, so context s...
+7,546 stars this week for an "Application Development Environment" running each concurrent agent in its own worktree. Works with any terminal CLI agent — Claude Code, Codex, OpenCode, Pi, Cursor, Copilot, Grok, 30+ others — across macOS, Windows, Linux, iOS via App Store/Test...
First major enterprise observability platform to ship a production-grade MCP server. Feeds live logs, metrics, and traces directly into Claude Code, Cursor, Codex, GitHub Copilot, and VS Code. AI coding agents can now investigate production issues using real-time telemetry. MC...
akitaonrails/ai-memory (1,229 stars, +184 this week, MIT, Rust, 900 commits) inverts the usual design: hooks emit sanitized lifecycle observations during a session, and the server compiles them into coherent wiki pages at session end or PreCompact, "compiled from observations...
Everyone writing SKILL.md files has absorbed the same folklore. Keep the top file thin. Push detail into reference files. Let the agent walk the tree as needed. More layers, more context efficiency. A controlled study submitted July 20 tested that across InfiniteBench, three a...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.