Skip to content
AI Primer
TOPIC50 stories

MCP

Model Context Protocol, tool surfaces, agent-native integrations.

RELEASE25th June
OpenRouter launches MCP server with live pricing, benchmarks, and test inference

OpenRouter released an MCP server that lets agents query live model pricing, benchmark scores, provider data, docs, and run test inference from the CLI. That replaces stale model knowledge with current routing data inside long-running agent workflows.

RELEASE23rd June
Latitude launches MIT-licensed agent monitoring with Signals clustering and MCP access

Latitude released an open-source platform for monitoring AI agents in production, with plain-English trace search, repeated-failure clustering, and MCP access from coding agents. That gives teams a self-hostable way to inspect token burn, surface recurring failures, and turn production traces into evals and fixes.

RELEASE23rd June
Claude Code 2.1.187 adds sandbox.credentials and 5-minute MCP aborts

Claude Code 2.1.187 adds sandbox.credentials to block credential and secret-env access from sandboxed commands and aborts remote MCP calls after five minutes. It also adds org model restrictions and fixes structured-output retry loops.

RELEASE22nd June
Claude Code 2.1.186 adds claude mcp login and auto-replies after ! shell commands

Claude Code 2.1.186 adds CLI-based MCP auth, automatic assistant replies after ! shell commands, and tighter named-subagent permission checks. The update cuts interactive setup for remote MCP servers and tightens policy-heavy agent workflows.

RELEASE1w ago
MCP adds Enterprise-Managed Auth with Okta beta and VS Code support

Anthropic introduced an MCP extension that lets admins authorize connectors through their identity provider instead of repeated per-user OAuth flows. VS Code added support the same day, which matters because teams can keep connector policy and audit controls in existing enterprise identity systems while reducing setup friction.

RELEASE1w ago
Unreal Engine 5.8 adds experimental MCP server support for Unreal Editor

Epic added experimental MCP server support in Unreal Engine 5.8 so compatible agents can inspect the engine and active project inside Unreal Editor. Hermes Agent added the server to its MCP catalog the same day, which matters because it lowers setup friction for agent-driven game-development workflows.

RELEASE1w ago
Firecrawl launches Research Index with /search/research API and 18% arXivQA recall gain

Firecrawl released a research-specific search index with 3M+ arXiv papers, GitHub artifacts, and a /search/research interface across API, CLI, MCP, and SDKs. It combines literature retrieval, claim verification, and code lookup in one surface for research agents.

RELEASE2w ago
OpenCode releases v1.17.7 with MCP workspace roots and SDK auto-refresh

OpenCode v1.17.7 added active-server reuse for plugin clients, workspace roots for MCP servers, and SDK auto-refresh for models and credentials. It follows a 1.17.6 compatibility update that declared OpenCode's supported client capabilities to improve MCP interoperability.

WORKFLOW2w ago
Hyperbrowser, InsForge, and Higgsfield release Fable 5 harnesses and MCP workflows

Hyperbrowser shipped a Claude Code harness, InsForge showed a Fable run drop from 5.5M to 2.3M tokens, and Higgsfield published new MCP workflows. These tools add reusable harness, context, and interface layers around Fable for more controlled runs.

RELEASE2w ago
Files SDK 1.8 adds files.search() and 7 storage plugins

Files SDK 1.8 shipped cross-adapter search plus typed plugins for compression, encryption, dedup, tracing, usage metering, validation, and versioning. Use it to compose storage hooks and power CLI and MCP search flows.

RELEASE3w ago
Repo Prompt opens Community Edition on GitHub with MCP-first multi-agent orchestration

Repo Prompt Community Edition went live on GitHub as an open-source orchestration app built around MCP-first agent control, while the legacy project was archived separately. It matters because builders now get a public harness that can swap underlying CLI agents without rewriting the control surface.

RELEASE3w ago
TanStack AI adds MCP support with pooled servers and typegen CLI

TanStack AI added MCP support for single or multiple servers, standalone clients or pooled servers, and a CLI for type generation. The release gives app builders a typed integration path for MCP-managed tools inside chat and agent workflows.

NEWS4w ago
Coding-agent builders add shared memory, provider routing, and app launchers

Independent developers shipped sidecars that let Claude Code, Cursor, and Codex share memory, hot-swap model providers, package local projects as apps, and automate browser QA. Try these reusable tools if you want memory, routing, QA automation, and app packaging outside editor-specific features.

RELEASE4w ago
Hermes Agent adds Tool Search to load only needed MCP and plugin tools

Hermes Agent shipped Tool Search, which loads tools on demand when MCPs or plugins would otherwise consume a large chunk of context. The feature targets lower token use and less prompt clutter in large tool catalogs.

RELEASE4w ago
Hermes Agent v0.15.0 adds skill bundles and makes session search 750x faster

Nous Research released Hermes Agent v0.15.0 with skill bundles, MCP Catalog, new model support, and major performance and security work. The update cuts load times 50%, speeds session search 750x, and adds Bitwarden plus prompt-injection defenses.

RELEASE4w ago
OpenAI adds private MCP server access over outbound-only HTTPS

OpenAI said ChatGPT, Codex, and the Responses API can reach private MCP servers over outbound-only HTTPS without inbound exposure. The same enterprise update adds workload identity federation plus admin controls for spend alerts, allowlists, retention, and hosted tools.

NEWS4w ago
Hermes Agent integrates MCP Catalog, Qwen3.7 Max, Venice, and Krea 2 in one window

Hermes Agent added a built-in MCP Catalog while separate builders shipped Qwen3.7 Max support, Venice private-model workflows, and Krea 2 image generation. The cluster shows Hermes moving beyond a single-model assistant toward a broader agent shell with tool, model, and media providers.

RELEASE4w ago
Claude Code 2.1.153 fixes stateful MCP regressions and adds skipLfs

Claude Code 2.1.153 adds skipLfs for Git and GitHub clones and fixes a stateful MCP regression introduced in v2.1.147. The release also stops custom gateways from receiving a user's Anthropic OAuth credential and pairs with broader responsiveness work.

RELEASE4w ago
Cua Driver supports Windows background computer use over MCP and CLI

Cua Driver said its Windows backend is now stable, letting Claude Code, Codex, Hermes, or custom agents drive real Windows apps through MCP or CLI. The release targets Windows-only line-of-business software while keeping the desktop usable with multi-pointer support.

RELEASE4w ago
Weights & Biases launches MCP server with 20 tools for schema-first queries

Weights & Biases released an MCP server that exposes experiment data to Claude Code, Cursor, Codex, Gemini CLI, and Le Chat. The schema-first design helps agents inspect available metrics before pulling rows, which can prevent preview runs from overflowing context windows.

WORKFLOW4w ago
Researchers and builders ship external memory layers with recipe stores and 33% cheaper updates

A new MeMo paper and several community memory systems converged on keeping knowledge outside the base model through recipe files, semantic and autobiographical stores, and background reconsolidation. The pattern matters because engineers are treating context loss as a systems problem instead of only asking for larger context windows.

WORKFLOW4w ago
Developers ship Chrome MCP, repo-graph search, and token compression for Claude Code and Codex

Independent developers released browser-control MCP tooling, repo-context graphing and packaging utilities, and token-compression helpers for coding agents. The cluster matters because agent workflows are now adding browser control, context packing, and cost controls as external infrastructure instead of waiting on raw model upgrades alone.

WORKFLOW1mo ago
TimescaleDB adds read-only MCP mode for agents

TimescaleDB added a read-only MCP mode, practitioners pushed credential brokering, and an OpenClaw user open-sourced a skill-quarantine review pipeline. That matters because secret handling and destructive permissions are moving out of prompts and into brokered or reviewable control layers.

WORKFLOW1mo ago
Agent Skills supports Codex, Cursor, Gemini CLI, and VS Code through new libraries and plugins

New guides, plugins, and reusable libraries show the Agent Skills format moving beyond Claude Code into multiple coding-agent clients and runtimes. That matters because workflows are becoming portable artifacts instead of one-off prompts tied to a single harness.

RELEASE1mo ago
MCP releases 2026-07-28 candidate with stateless requests and no session IDs

The MCP 2026-07-28 release candidate makes the protocol stateless, removing the handshake and session ID. That changes how MCP servers can be load-balanced, retried, and deployed behind standard infrastructure.

RELEASE1mo ago
Claude Managed Agents adds self-hosted sandboxes and MCP tunnels for private networks

Anthropic added self-hosted sandboxes in public beta and MCP tunnels in research preview to Claude Managed Agents. Use the new options to keep agent execution inside your perimeter or private cloud and reach internal MCP servers without public exposure.

NEWS1mo ago
Google introduces WebMCP with Chrome DevTools for agents and Modern Web Guidance

Google introduced WebMCP as a proposed bridge between websites and coding agents, and paired it with Chrome DevTools support for agent debugging plus Modern Web Guidance. It matters because Google is trying to standardize browser-facing agent behavior, not just model APIs.

NEWS1mo ago
Anthropic reports Stainless deal for SDKs, CLIs, and MCP servers across TypeScript, Python, Go, Java, and Kotlin

Anthropic said it is acquiring Stainless, the SDK and MCP server platform behind Anthropic’s own official SDKs across major languages. The deal matters because Anthropic is bringing a key part of its API and agent-connectivity toolchain in-house while developers reassess alternative codegen stacks.

RELEASE1mo ago
Notion launches Developer Platform with External Agents API and Workers

Notion opened a developer platform with an External Agents API plus Workers, webhooks, and a headless CLI. The release lets external agents query Notion, extend workflows, and stay in sync with other systems.

RELEASE1mo ago
Cline launches SDK and hits 74.2% on Terminal-Bench 2.0

Cline open-sourced the runtime behind its extension and CLI as the Cline SDK, then rebuilt the CLI on top with agent teams, cron jobs, connectors, and example apps. The harness score gives teams a new reference point if they want to compare agent tooling on Terminal-Bench 2.0.

RELEASE1mo ago
Claude Code 2.1.136 adds autoMode.hard_deny and fixes MCP OAuth refresh races

Claude Code 2.1.136 introduced unconditional auto-mode deny rules and fixed several MCP/session failures, including disappearing servers after /clear and lost refresh tokens during concurrent refreshes. The release matters because unattended agent runs can now be constrained more explicitly and remote MCP sessions should require fewer reauths or mid-run recoveries.

RELEASE1mo ago
TinyFish opens Search and Fetch for free with MCP, CLI, and <0.5 s p50

TinyFish opened its Search and Fetch features for free with generous rate limits across REST, MCP, CLI, and SDKs. The change gives agent builders cheaper web retrieval while returning structured search JSON or rendered markdown instead of raw HTML.

WORKFLOW1mo ago
Practitioners report harness playbooks with Playwright CLI, create_agent, and MCP

Builders shared concrete Symphony, create_agent, and MCP setup guides after arguing that model switching is easy but harness switching is not. The playbooks matter because they make harness engineering more repeatable, so teams can copy tested tooling and integration patterns.

RELEASE2mo ago
Claude Connectors add Blender and Autodesk Fusion control via MCP

Anthropic released Claude Connectors for Blender, Autodesk Fusion, and other creative apps, exposing commands and file actions through MCP. That lets Claude operate inside existing desktop tools instead of only returning chat instructions.

RELEASE2mo ago
Claude Code 2.1.121 adds MCP alwaysLoad, plugin prune, and fixes multi-GB leaks

Claude Code 2.1.121 shipped MCP alwaysLoad, plugin prune, skills search, and multiple multi-GB memory leak fixes. It also changes Bash and system-prompt behavior, which can alter existing harness and tool assumptions.

WORKFLOW2mo ago
Kilo Code opens Roo migration with --install-extension and AGENTS.md conversion

Kilo Code published a Roo Code migration path ahead of Roo’s May 15 archive, including one-command install, automated file renames, custom-agent conversion, and API key re-auth. Use the guide to map Roo modes, rules, MCP config, and checkpoints into Kilo’s agent and worktree model before the cutoff.

RELEASE2mo ago
Claude Code 2.1.118 adds Vim visual mode, MCP hooks, and DISABLE_UPDATES

Anthropic shipped Claude Code 2.1.118 with Vim v and V selection, hooks that can invoke MCP tools, merged usage commands, and an environment variable that blocks updates. The CLI gains tighter terminal editing and better fleet control for teams that pin versions or manage plugin and MCP behavior.

RELEASE2mo ago
Agent Vault launches HTTP credential proxy for Claude Code, OpenClaw, and MCP tools

Infisical introduced Agent Vault, an open-source credential proxy that lets agents call APIs, CLIs, SDKs, and MCP servers without directly reading secrets. It matters because teams can keep policy and secret storage outside the agent runtime while still supporting on-prem and cloud deployments.

RELEASE2mo ago
Google launches Deep Research Max with MCP, native charts, and 85.9% BrowseComp

Google added Deep Research and Deep Research Max to the Gemini API with collaborative planning, multimodal inputs, MCP support, and native charts. The agents push cited web-plus-private-data reports into developer workflows, and Max is tuned for slower overnight runs.

RELEASE2mo ago
CopilotKit releases A2UI v0.9 with AG-UI support and npx create flow

CopilotKit released A2UI v0.9 for declarative generative UI, where agents emit JSON and frontends render from a component catalog. The update adds AG-UI support, live incremental rendering, and a shared web core across React, Angular, Flutter, and Lit.

RELEASE2mo ago
LangChain launches Deep Agents Deploy beta with AGENTS.md and mcp.json

LangChain launched Deep Agents Deploy in beta as a production path for open, model-agnostic agent harnesses configured with AGENTS.md, skills, and mcp.json. Deployments run on LangSmith and can expose MCP, A2A, and agent protocol while teams choose models and sandbox providers.

RELEASE3mo ago
OpenClaw 2026.3.28 adds 9 MCP tools and Responses API support

OpenClaw 2026.3.28 exposes messaging and event handling as nine MCP tools, adds Responses API support, and lets plugins request permission during browser use. Use it to separate transport from agent logic so Claude Code, Codex, Cursor, and local harnesses can share the same account with less glue.

RELEASE3mo ago
Composio launches Universal CLI for terminal-native tool access

Composio shipped Universal CLI as a shell-first interface to its integrations, moving install, search, and agent workflows out of MCP setup. The release targets users who want simpler agent tool access after complaints that MCP stacks are harder to install, slower, and less stable.

RELEASE3mo ago
Codex launches plugins for Slack, Figma, Gmail, and Google Drive

OpenAI rolled out Codex plugins across the app, CLI, and IDE extensions, with app auth, reusable skills, and optional MCP servers. Teams should test plugin-backed workflows and permission models before broad rollout.

RELEASE3mo ago
Claude Code 2.1.85 releases with conditional hooks and /compact overflow fix

Claude Code 2.1.85 adds hook if filters, new MCP header env vars, transcript timestamps, and fixes for /compact overflow, remote leaks, auth flow, and terminal bugs. Upgrade if your workflow depends on hooks or long sessions, and use the new cloud auto-fix flow for unattended PR cleanup.

RELEASE3mo ago
Rork launches Max Publishing to auto-fill App Store listings and submit builds

Rork added Max Publishing to generate icons, screenshots, listing text, review metadata, and submission steps for App Store releases, and also shipped an App Store MCP. Use it first on non-critical apps and keep a manual review gate.

RELEASE3mo ago
OpenClaw ships 2026.3.22 with ClawHub marketplace and OpenShell SSH sandboxes

OpenClaw shipped version 2026.3.22 with ClawHub, OpenShell plus SSH sandboxes, side-question flows, and more search and model options, then followed with a 2026.3.23 patch. Teams get a broader plugin surface, but should patch quickly and review plugin trust boundaries as the ecosystem grows.

RELEASE3mo ago
CopilotKit adds useAgentContext and useFrontendTool for UI-aware agents

CopilotKit shipped hooks that let agents inspect app state and call frontend actions, then paired them with Shadify for ShadCN-based UI composition. It gives embedded agents a cleaner path from chat to in-app behavior.

RELEASE3mo ago
OpenClaw 3.13 supports Chrome 146 via MCP for signed-in browser control

OpenClaw 3.13 now connects to a real Chrome 146 session over MCP so agents can drive your signed-in browser instead of a separate bot context. Update if captchas or auth state were blocking your web automation flows.

RELEASE3mo ago
CopilotKit releases generative-ui repo with MCP server for agent-built interfaces

CopilotKit published a generative-ui repo plus an MCP server for bringing agent-built interfaces into existing applications. It gives teams concrete patterns for controlled, declarative, and open-ended UI surfaces instead of ad hoc demos.

AI PrimerAI Primer

Your daily guide to AI tools, workflows, and creative inspiration.

© 2026 AI Primer. All rights reserved.