RUNLOCALAIv38
->Will it run?Best GPUCompareTroubleshootStartLearnPulseModelsHardwareToolsBench
Run check
RUNLOCALAI

Independently operated catalog for local-AI hardware and software. Hand-written verdicts. Source-cited claims. Reproducible commands when we have them.

OP·Fredoline Eruo
DIR
  • Models
  • Hardware
  • Tools
  • Benchmarks
TOOLS
  • Will it run?
  • Compare hardware
  • Cost vs cloud
  • Choose my GPU
  • Prompting kits
  • Quick answers
REF
  • All buyer guides
  • Learn local AI
  • Methodology
  • Glossary
  • Errors KB
  • Trust
EDITOR
  • About
  • Author
  • How we make money
  • Editorial policy
  • Contact
LEGAL
  • Privacy
  • Terms
  • Sitemap
MAIL · MONTHLY DIGEST
Get monthly local AI changes
Monthly recap. No spam.
DISCLOSURE

Some links on this site are affiliate links (Amazon Associates and other first-class retailers). When you buy through them, we earn a small commission at no extra cost to you. Affiliate links do not influence our verdicts — there are cards we rate highly that we don't have affiliate relationships with, and cards that sell well that we refuse to recommend. Read more →

© 2026 runlocalai.coIndependently operated
RUNLOCALAI · v38
  1. >
  2. Home
  3. /Maps
  4. /MCP ecosystem (May 2026)
Ecosystem map · Updated May 6, 2026

The MCP server ecosystem

Five zones covering the Model Context Protocol surface — the reference servers Anthropic maintains, the vendor-owned servers, the community work worth knowing, the hosts that consume them, and the spec itself. Read /systems/mcp first if you need the protocol-engineering depth before scanning the landscape.

By Fredoline Eruo · Reviewed monthly
ℹWhat changed this month
  • Remote MCP went mainstream. Atlassian, HubSpot, Linear, Slack, Sentry, Neon, and Vercel all shipped first-party remote MCP endpoints between March and May. The number of production remote-MCP services moved from ~16 to 25+ in eight weeks — the protocol's real adoption curve is now happening on the SaaS side, not on local stdio servers.
  • GitHub MCP is now first-party. github/github-mcp-server replaced the original Anthropic reference port. Broader API coverage, OAuth-ready transport, and a release cadence tied to GitHub itself.
  • Playwright MCP crossed 32k stars. Microsoft's accessibility-tree-driven browser server is now the default web automation MCP — the gap between it and screenshot-and-click agent loops has stopped being arguable.
  • Postgres MCP CVE. An older statement-stacking escape in the read-only wrapper got widely reported. The fix is current versions plus a least-privilege DB role on top of the wrapper — never one without the other.
Zones
  1. Anthropic reference servers
  2. Vendor-maintained servers
  3. Community standouts
  4. Clients (hosts)
  5. Protocol layer

Anthropic reference servers

The set Anthropic maintains in modelcontextprotocol/servers. These are the canonical implementations — what every third-party MCP server gets compared to for argument validation, transport handling, and capability negotiation. Start here before reaching for a community port.

serverOSS

MCP Filesystem Server

★ 60k

Anthropic's reference MCP server for filesystem access. Read, write, search, move, and list files inside a configured allowlist of directories. The canonical example for understanding how MCP tool exp

serverOSS

MCP Fetch Server

★ 60k

Reference MCP server for fetching and converting web content. Pulls a URL, runs HTML through a readability extractor, returns markdown the model can chunk and reason over. The lightweight web-reader p

serverOSS

MCP Git Server

★ 60k

Reference MCP server for local Git repository operations. Status, diff, log, blame, branch listing — read-side operations against a checked-out repo without round-tripping to GitHub. Pairs with mcp-se

serverOSS

MCP Memory Server

★ 60k

Reference MCP server that gives an agent a persistent knowledge graph — entities, relations, observations stored to disk and surfaced back across sessions. The simplest path to making an agent remembe

serverOSS

MCP Brave Search Server

★ 60k

Reference MCP server wrapping the Brave Search API. Privacy-respecting alternative to Google/Bing endpoints — Brave does not maintain a personal-history-linked index. The default web-search MCP in the

serverOSS

MCP Sequential Thinking

★ 60k

Reference MCP server that gives an agent a structured scratchpad for multi-step reasoning. Each call records a numbered thought with revision and branching support — the agent can backtrack, fork, and

serverOSS

MCP PostgreSQL Server

★ 60k

Reference MCP server that exposes a Postgres database as a query surface. Read-only by default — but worth flagging that early versions had a SQL-injection class issue where the read-only wrapper coul

Vendor-maintained servers

Servers maintained by the platform they wrap. GitHub took over its own MCP server in late 2025; Microsoft owns Playwright MCP. The signal here is durability — vendor-owned servers track the underlying API on the vendor's release cadence, not the community's.

serverOSS

MCP GitHub Server

★ 12k

GitHub's first-party MCP server. Surfaces issues, pull requests, code search, file contents, repo metadata, Actions runs, and discussions through the protocol. Now maintained by GitHub itself rather t

serverOSS

Playwright MCP

★ 32k

Microsoft's MCP server that drives a real browser via Playwright — Chromium, Firefox, and WebKit. Ships ~22 tools that operate against the page's accessibility tree rather than pixel coordinates, whic

Community standouts

The independent servers that survive the registry's long tail. We list the ones we've actually verified — not just the registry top-of-page. Selection bar: clear ownership, real test surface, an actual operational reason to use them over the reference set.

serverOSS

Firecrawl MCP

★ 4k

MCP server wrapping Firecrawl — a managed crawler that handles JavaScript rendering, anti-bot evasion, and large-site map+scrape jobs at scale. The pragmatic upgrade from mcp-server-fetch when an agen

Clients (hosts)

The other side of the protocol. Without a host that speaks MCP, none of the servers above do anything. Coverage in the host space is uneven — Claude Desktop and Claude Code are the strictest implementations; agent runtimes like OpenHands and Goose treat MCP as one of several tool transports.

agent

Claude Desktop

Anthropic's official desktop app for Claude. Native MCP server support means you can plug in local file access, GitHub, and custom tools. Distinct from the Claude Code CLI.

agent

Claude Code

★ 30k

Anthropic's terminal-native coding agent. Tops SWE-bench Verified at 87.6% and SWE-bench Pro at 64.3% in 2026. Deep MCP integration, agentic file editing, and a $20/mo Pro tier are the standout signal

ide

Cursor

Anysphere's AI-native IDE. Forks VS Code with Cursor Tab inline completion, agentic chat, and background agents. Best 'flow' for inline completion in 2026.

agentOSS

OpenHands

★ 72k

AI-driven development agent that completes engineering tasks end-to-end — branches, code, PRs. v1.6 added a Planning Mode that drafts a plan before executing. Local-LLM-friendly via Ollama, vLLM, and

agentOSS

Goose

★ 18k

Open-source extensible AI agent now governed by the Agentic AI Foundation (AAIF) at the Linux Foundation. Started inside Block (formerly Square). 25+ provider support including Ollama, Ramalama, Docke

agentOSS

Cline

★ 50k

VS Code extension agent — ~4M installs in 2026. Plan/Act mode, autonomous file edits with diff approval, terminal access. The leading open-source IDE agent.

agentOSS

Continue

★ 25k

Open-source VS Code and JetBrains assistant. Configurable autocomplete + chat + agent modes. Strong with local Ollama backends.

Protocol layer

The spec itself. MCP is a JSON-RPC 2.0 dialect with a specific lifecycle, capability negotiation, and a schemaful tool/resource/prompt surface. Read the system guide before deploying anything in production.

agentOSS

Model Context Protocol (MCP)

★ 30k

Open protocol for LLM clients to talk to external tools and data sources. The 'USB-C for AI' that became the default in 2026 — supported by Anthropic, OpenAI, and Google DeepMind, with 500+ public MCP

Remote MCP — what shipped, what to watch

The protocol's first eighteen months were dominated by local stdio servers — single-user, single-machine, configured per project. That centre of gravity is moving. Between March and May 2026, Atlassian, HubSpot, Linear, Slack, Sentry, Neon, and Vercel all shipped first-party remote MCP endpoints; the production count went from ~16 to 25+ in eight weeks. Three things follow from that. First, the host-side question changes: your client has to handle OAuth and rotate session tokens, not just fork a subprocess. Second, the threat model changes: the prompt-injection surface is no longer "what's on this laptop" — it's whatever payload the remote service decides to return. Third, registries start mattering. We track the public-facing surface here, but the enterprise-deployed long tail is rapidly outgrowing what any one map can show. We'll add a registry-snapshot subpage when the numbers force it.

For protocol-level depth — capability negotiation, the local stdio versus remote HTTP+SSE split, the security model, the latency budget — see /systems/mcp. That guide is the upstream of this map.

How this map updates

This page reads its zones live from the catalog. When a new MCP server lands in scripts/seed/tools.ts and references one of the zone slugs above, it shows up here on the next deploy. Editorial framing — zone titles, blurbs, the "what changed this month" callout, the remote-MCP narrative — is hand-written and refreshed on the first business day of each month. We don't include every server that lands in the public registry; the bar is "we've actually verified ownership and surface" rather than "it scored on Glama this week."

Going deeper

  • What MCP is really solving — the protocol guide. Lifecycle, tool invocation flow, security model, latency budget, local vs remote tradeoffs.
  • The local AI agent ecosystem — the wider map this one slots into. MCP is one zone of the agent landscape; that page shows how it relates to coding agents, runners, and memory frameworks.
  • MCP protocol catalog entry — the spec entity itself with version history, transports, and client/server matrix.