Sign InOpen Brain
Atlas / Context

MCP

Open JSONConfidence: EditorialLast updated Jun 30, 2026

Current Answer

Model Context Protocol — the open standard for connecting agents to tools, data, and memory.

Implementation Consequence

MCP is how context stops being copy-paste. Working servers matter more than spec debates.

Evidence

GitHubGitHub RepoFounder Tested
mcp-memory: a working memory server for agent sessions
Persists agent memory across sessions with a small, auditable schema.
GitHubGitHub RepoRepo Verified
ctxlint: a linter for agent context files
Lints CLAUDE.md / AGENTS.md / rules files for staleness, contradiction, and dead links.
Agent Spending Without Controls — Rodrigo Coelho & Pranav Maheshwari, Edge & Node
AI Engineer · 2026-09-01

Paid agent tools turn a skill file into spending authority. Builders need budgets, transaction logs, and counterparty screening before letting agents purchase data or services unattended.

x402 isn’t good (yet) — Jan Curn, Apify
AI Engineer · 2026-09-01

x402 servers can perform work before payment settlement, leaving a double-spend window. Builders should settle first or accept explicit counterparty risk until stronger schemes mature.

The Agentic Commerce Stack — Ahnaf Prio, Best Buy
AI Engineer · 2026-08-27

Agentic checkout spans product feeds, tool discovery, checkout state, and delegated payment authority. Builders need protocol-specific adapters and evals because ACP and UCP have not converged.

The Building Blocks of GTM Orchestration — Arman Vaziri, Ramp
AI Engineer · 2026-08-26

Ramp’s GTM agents share a customer-data layer, durable execution, tools, and skills. The reusable pattern is to automate one narrow workflow, then extend the same substrate across teams.

Building Agents Is Trivial Now, Context Is the Next Frontier — Jeff Ng, Unblocked
AI Engineer · 2026-08-21

A coding agent with repository access still recommended a known outage trigger. Background agents need reconciled decisions and incident context, not just more raw MCP results.

MidTool: Mid-training Data Synthesis for Agentic Tool Use
arXiv · 2026-08-20

MidTool trains general tool use before post-training, using API, MCP, document, web, PDF, and code data. Qwen3 4B and 8B variants improved across three downstream tool-use benchmarks.

Introducing Agent Plugins
Vercel · 2026-08-06

Agent Plugins 1.0.0 standardizes how Skills and MCP servers are packaged, letting extension authors target several agent clients with one portable directory.

Introducing Agent Plugins 1.0.0
Vercel · 2026-08-06

Agent Plugins 1.0.0 packages Skills and MCP servers in a shared format supported by five major agent-client families, reducing client-specific repackaging.

MCP Apps: Extending the Frontier — Ido Salomon & Liad Yosef
AI Engineer · 2026-08-02

MCP Apps let servers return sandboxed, interactive UI instead of text alone while the host retains control of prompts and tool calls—a useful pattern for agent workflows needing charts or controls.

MCP Tasks (async): Why Aren't Any Agents Supporting Them? — Cornelia Davis, Temporal
AI Engineer · 2026-08-02

MCP Tasks aim to make long-running tool calls durable across disconnects and crashes. The proposed V2 removes session-heavy state, but polling scale and implementation complexity remain unresolved.

Vercel MCP now supports the 2026-07-28 MCP specification
Vercel · 2026-07-31

Vercel MCP now serves the 2026-07-28 and 2025 protocols from one endpoint, letting newer clients adopt stateless requests and revised authorization without breaking older setups.

Latest MCP spec now supported in mcp-handler
Vercel · 2026-07-30

mcp-handler 2.0 adds the stateless 2026 MCP protocol and SDK v2 while keeping 2025 Streamable HTTP clients working, but drops HTTP+SSE and raises upgrade requirements.

We Vetted 2000 AI Skills Before They Reached Developers — Lucas Palma, Nubank
AI Engineer · 2026-07-29

Treat agent skills as supply-chain dependencies. Nubank scans them locally and in CI with deterministic rules plus LLM review, then gates marketplace distribution and feeds findings into vulnerability management.

AI on Your Lakehouse: Context Comes in Shapes, Not Queries — Zach Blumenfeld, Neo4j
AI Engineer · 2026-07-23

Graph-shaped context can expose relationships and document structure that vector search or Text-to-SQL misses. Treat it as an additional retrieval surface, then benchmark it against your own data.

Vercel MCP can now deploy code
Vercel · 2026-07-23

Vercel’s MCP server can deploy agent-built code to new or existing projects and return a shareable URL, extending chat-based coding workflows through delivery.

Vercel MCP now supports purchases
Vercel · 2026-07-21

Vercel MCP can now buy plans, credits, add-ons, and domains from an AI assistant, but it must disclose pricing and obtain confirmation before completing a charge.

Tencent/AI-Infra-Guard
GitHub

AI-Infra-Guard packages skill, MCP, agent, infrastructure, and jailbreak scans into one self-hosted red-team platform. The practical warning: it has no authentication and must stay off public networks.

ChromeDevTools/chrome-devtools-mcp
GitHub

Chrome DevTools MCP gives coding agents direct access to browser automation, network data, console errors, screenshots, and performance traces, with privacy controls worth setting explicitly.

anthropics/claude-plugins-official
GitHub

Anthropic’s official Claude Code marketplace exposes a standard plugin package for commands, agents, skills, and MCP configuration, while leaving third-party code trust to the installer.

Expanding Managed Agents in Gemini API: background tasks, remote MCP and more

Gemini Managed Agents can now run asynchronously, connect to remote MCP servers, call client-side functions, and rotate credentials without losing sandbox state.

Gemini Spark updates: macOS launch, connected apps and more

Gemini Spark lands on macOS (US, AI Ultra beta) and gains custom MCP support plus connectors for Tasks, Keep, Canva and Dropbox — Google's assistant now speaks the protocol your agent tooling already uses.

Agent Runs now available in the Vercel MCP and CLI

Your coding agent can now pull its own Agent Runs traces—reasoning, tool calls, token usage—from Vercel via MCP or CLI, so it can debug its runs and refine skills from real production behavior.

tirth8205/code-review-graph
GitHub

code-review-graph gives coding agents a local, incrementally updated dependency map over MCP, narrowing review context while exposing affected callers, dependents, and tests.

Panniantong/Agent-Reach
GitHub

Agent Reach installs, checks, and routes web-access tools for coding agents, reducing the setup work behind research across social platforms, video sites, GitHub, RSS, and the open web.

Muse Spark 1.1 is now available on AI Gateway

Muse Spark 1.1 gives agent builders a 1M-token multimodal model with parallel tool calls, MCP support, and the option to run as a main agent or subagent.

holaboss-ai/holaOS
GitHub

holaOS is a local-first workspace where Claude Code, Codex, and a built-in agent share memory, tools, skills, and apps. It reduces setup duplication, but its modified Apache license adds distribution conditions.

punkpeye/awesome-mcp-servers
GitHub

This repository is a directory of MCP servers that can help builders find integrations for agent workflows. The fetched material provides no catalog detail or quality criteria.

infiniflow/ragflow
GitHub

RAGFlow packages document ingestion, retrieval, citations, agent workflows, memory and MCP into one self-hostable context layer. It is useful when an agent needs traceable answers across mixed private data.

unclecode/crawl4ai
GitHub

Crawl4AI turns browser-rendered pages into Markdown or structured data for agent and RAG pipelines. v0.9.2 fixes streaming leaks and deployment issues after two security-focused releases.

akitaonrails/ai-memory
GitHub

ai-memory gives coding CLIs a shared, Git-backed memory and bounded handoffs, so work can move between agents without treating stale recollections as current code truth.

cursor/plugins
GitHub

Cursor’s official plugin repository defines a manifest-based package format for bundling skills, rules, MCP servers and agent workflows. It offers concrete patterns for reusable coding-agent tooling.

PostHog/posthog
GitHub

PostHog combines product telemetry, LLM tracing, and agent-driven diagnosis in one platform, with MCP access for Claude Code, Cursor, and other compatible agents.

Agent-Ready Context

Prefer working MCP servers with auditable schemas. Memory servers should have eviction policies before you trust them on large projects.
Stable permalink · evidence auto-collected from source labels · synthesis maintained by feed7 editorial
Local Graph
MCP

Graph is progressive enhancement. Every edge listed below.