AgentScout Logo Agent Scout

MCP Ecosystem Weekly Tracker — July 22, 2026

Weekly snapshot of the Model Context Protocol ecosystem: 593 repositories, top servers by stars, language distribution, and protocol evolution toward the 2026-07-28 release candidate.

AgentScout ·
#mcp #model-context-protocol #dev-tools #ai-agents #ecosystem-tracker

MCP Ecosystem Weekly Tracker — July 22, 2026

Last Updated: 2026-07-22 | Update Frequency: Weekly | Primary Sources: GitHub API, Awesome MCP Servers, Tavily Web Search, MCP Official Blog

The Model Context Protocol ecosystem continues its rapid expansion: 593 tagged repositories now exceed 50 stars (+24 this week, +4.2% WoW), with the top 30 projects accumulating 331,036 stars combined. The upcoming 2026-07-28 MCP Specification Release Candidate — introducing a stateless protocol core, Extensions framework, and MCP Apps — is poised to reshape how servers and clients interact at scale.

Methodology

Data for this tracker is collected weekly through a multi-source pipeline:

  • GitHub Search API: Queries repositories tagged with both mcp and model-context-protocol topics, filtered to stars > 50, sorted by star count. This captures the core ecosystem of purpose-built MCP servers and SDKs.
  • GitHub Repository API: Direct lookups for official protocol repositories (servers, TypeScript SDK, Python SDK) to ensure accurate star/fork counts.
  • Awesome MCP Servers List: The punkpeye/awesome-mcp-servers curated directory provides community-verified server entries and categorization.
  • Tavily Advanced Search: Supplemental web search for ecosystem news, protocol updates, and newly launched servers not yet reflected in GitHub topic tags.

Inclusion criteria: Repositories must carry both mcp and model-context-protocol GitHub topics and exceed 50 stars. This dual-topic filter ensures relevance while excluding tangential projects. Star counts are point-in-time snapshots; WoW changes are calculated against the previous week’s collection (July 15, 2026).

Known limitations: GitHub topic tagging is opt-in; some MCP-compatible servers may lack proper topics. The 30-result API cap means the full long tail (593 repos) is not individually tracked — only the top 30 by stars receive detailed analysis.

  • Collection method: Automated GitHub API calls + curated list cross-reference + web search supplement
  • Update cadence: Weekly (every Wednesday)
  • Data quality checks: Star count validation against direct repo API; deduplication across sources; WoW change sanity-checked against historical baselines

Current Data

RepositoryStarsForksLanguageWoW ChangeTrend
modelcontextprotocol/servers88,72911,265TypeScript+252 (+0.3%)
DeusData/codebase-memory-mcp33,6322,565C+2,133 (+6.8%)
PrefectHQ/fastmcp26,7242,172Python+523 (+2.0%)
modelcontextprotocol/python-sdk23,6783,683Python+63 (+0.3%)
microsoft/mcp-for-beginners16,8035,477Jupyter Notebook+48 (+0.3%)
modelcontextprotocol/typescript-sdk12,9091,997TypeScript+56 (+0.4%)
CoplayDev/unity-mcp12,7211,347C#+245 (+2.0%)
mcp-use/mcp-use10,3361,373TypeScriptNEW
lastmile-ai/mcp-agent8,464864PythonNEW
Upsonic/Upsonic7,918739PythonNEW
firecrawl/firecrawl-mcp-server7,012814JavaScriptNEW
grab/cursor-talk-to-figma-mcp6,920750JavaScriptNEW
getsentry/XcodeBuildMCP6,102303TypeScriptNEW
appcypher/awesome-mcp-servers5,7072,032N/ANEW
MinishLab/semble5,668236PythonNEW
holaboss-ai/holaOS5,505396TypeScriptNEW
the-open-agent/openagent5,427628GoNEW
nanbingxyz/5ire5,284411TypeScriptNEW
exa-labs/exa-mcp-server4,750360TypeScriptNEW
WenyuChiou/awesome-agentic-ai-zh4,715619PythonNEW
IBM/mcp-context-forge4,118760PythonNEW
homeassistant-ai/ha-mcp4,068167PythonNEW
IvanMurzak/Unity-MCP3,620325C#NEW
KnockOutEZ/wigolo3,102188TypeScriptNEW
oomol-lab/open-connector3,057235TypeScriptNEW
taylorwilsdon/google_workspace_mcp2,892888PythonNEW
zcaceres/markdownify-mcp2,887243TypeScriptNEW
bethington/ghidra-mcp2,88364PythonNEW
stickerdaniel/linkedin-mcp-server2,847492PythonNEW
genieincodebottle/generative-ai2,558615Jupyter NotebookNEW

Language Distribution (Top 30)

LanguageCountShare
Python1136.7%
TypeScript1033.3%
Jupyter Notebook26.7%
C#26.7%
JavaScript26.7%
C13.3%
Go13.3%
N/A13.3%

Stateless Protocol Core: The 2026-07-28 Release Candidate

The most consequential shift in the MCP ecosystem this week is the upcoming specification release candidate, scheduled for final publication on July 28, 2026. The RC removes the initialize/initialized handshake (SEP-2575) and the Mcp-Session-Id header (SEP-2567), making every MCP request independently routable to any server instance. This eliminates the sticky routing and shared session stores that horizontal deployments previously required at the protocol layer.

“Any MCP request can land on any server instance, and the sticky routing and shared session stores that horizontal deployments needed before are no longer required at the protocol layer.” — MCP Specification Release Candidate announcement

The RC also introduces the Extensions framework (negotiated capability extensions), Tasks (long-running operations), MCP Apps (packaged server+client bundles), and authorization hardening with OpenID Connect application_type declarations during Dynamic Client Registration. Three core features — Roots, Sampling, and Logging — are deprecated under the new feature lifecycle policy (SEP-2577).

codebase-memory-mcp Leads Growth for Second Consecutive Week

DeusData/codebase-memory-mcp added 2,133 stars this week (+6.8% WoW), maintaining its position as the fastest-growing project in the MCP ecosystem. Written in C for maximum performance, it indexes codebases into a persistent knowledge graph with sub-millisecond queries across 158 languages, using 99% fewer tokens than traditional grep+read approaches. Its growth reflects the developer community’s demand for efficient context delivery to AI coding agents — a direct response to the “context bloat” problem that MCP creator David Soria Parra identified as the ecosystem’s most pressing challenge.

New Frameworks Expand the MCP Development Surface

Two new entries signal maturation of the MCP development toolchain:

  • mcp-use/mcp-use (10,336 stars): A fullstack MCP framework for building MCP Apps compatible with ChatGPT, Claude, and standalone MCP servers. Its rapid adoption suggests developers want unified abstractions over the raw SDK.
  • MinishLab/semble (5,668 stars): A code search engine optimized for AI agents, using approximately 98% fewer tokens than grep+read workflows. This addresses the context efficiency problem from the retrieval side.

Together with the continued growth of PrefectHQ/fastmcp (+523 stars, now 26,724), these frameworks indicate that the MCP ecosystem is developing layered tooling — from low-level SDKs to high-level application frameworks — similar to the maturation path of web development frameworks.

Enterprise and Cross-Domain MCP Servers Gain Traction

Enterprise-grade MCP infrastructure is consolidating:

  • IBM/mcp-context-forge (4,118 stars): An AI Gateway, registry, and proxy supporting MCP, A2A, and REST/gRPC protocols — positioning MCP as one integration standard among many in enterprise environments.
  • oomol-lab/open-connector (3,057 stars): An authentication gateway connecting 1,000+ SaaS providers to AI agents through standardized MCP interfaces.
  • taylorwilsdon/google_workspace_mcp (2,892 stars): Full Google Workspace integration (Gmail, Calendar, Docs, Sheets, Slides) via MCP.

Cross-domain expansion continues with gaming (two Unity MCP servers: CoplayDev/unity-mcp at 12,721 stars and IvanMurzak/Unity-MCP at 3,620 stars), design (grab/cursor-talk-to-figma-mcp at 6,920 stars), smart home (homeassistant-ai/ha-mcp at 4,068 stars), and security research (bethington/ghidra-mcp at 2,883 stars with 200+ reverse engineering tools).

🔺 Scout Intel: What Others Missed

Confidence: High | Novelty Score: 72/100

The 23 new entries in this week’s top 30 — compared to just 7 returning projects — reveal a structural shift: the MCP ecosystem’s center of gravity is moving from official/SDK repositories toward application-layer servers. Official repos (servers, python-sdk, typescript-sdk) grew only 0.3-0.4% WoW, while application servers like codebase-memory-mcp grew 6.8%. This mirrors the LSP (Language Server Protocol) adoption curve, where protocol adoption accelerated only after application-layer tooling reached critical mass. The upcoming stateless protocol RC will further accelerate this shift by removing deployment friction for multi-instance server architectures.

Key implication for MCP server developers: Prioritize compatibility testing against the 2026-07-28 RC now — the 10-week migration window before final spec publication means early adopters will gain significant discoverability advantages in the MCP Registry.

Changelog

DateChangeNotes
2026-07-22Weekly snapshot #8593 total repos (+24 WoW); 23 new entries in top 30; MCP 2026-07-28 RC coverage added
2026-07-15Weekly snapshot #7569 total repos (+19 WoW); codebase-memory-mcp fastest growing at +12.6%
2026-07-08Weekly snapshot #6550 total repos; IBM/mcp-context-forge entered top 20

Sources

MCP Ecosystem Weekly Tracker — July 22, 2026

Weekly snapshot of the Model Context Protocol ecosystem: 593 repositories, top servers by stars, language distribution, and protocol evolution toward the 2026-07-28 release candidate.

AgentScout ·
#mcp #model-context-protocol #dev-tools #ai-agents #ecosystem-tracker

MCP Ecosystem Weekly Tracker — July 22, 2026

Last Updated: 2026-07-22 | Update Frequency: Weekly | Primary Sources: GitHub API, Awesome MCP Servers, Tavily Web Search, MCP Official Blog

The Model Context Protocol ecosystem continues its rapid expansion: 593 tagged repositories now exceed 50 stars (+24 this week, +4.2% WoW), with the top 30 projects accumulating 331,036 stars combined. The upcoming 2026-07-28 MCP Specification Release Candidate — introducing a stateless protocol core, Extensions framework, and MCP Apps — is poised to reshape how servers and clients interact at scale.

Methodology

Data for this tracker is collected weekly through a multi-source pipeline:

  • GitHub Search API: Queries repositories tagged with both mcp and model-context-protocol topics, filtered to stars > 50, sorted by star count. This captures the core ecosystem of purpose-built MCP servers and SDKs.
  • GitHub Repository API: Direct lookups for official protocol repositories (servers, TypeScript SDK, Python SDK) to ensure accurate star/fork counts.
  • Awesome MCP Servers List: The punkpeye/awesome-mcp-servers curated directory provides community-verified server entries and categorization.
  • Tavily Advanced Search: Supplemental web search for ecosystem news, protocol updates, and newly launched servers not yet reflected in GitHub topic tags.

Inclusion criteria: Repositories must carry both mcp and model-context-protocol GitHub topics and exceed 50 stars. This dual-topic filter ensures relevance while excluding tangential projects. Star counts are point-in-time snapshots; WoW changes are calculated against the previous week’s collection (July 15, 2026).

Known limitations: GitHub topic tagging is opt-in; some MCP-compatible servers may lack proper topics. The 30-result API cap means the full long tail (593 repos) is not individually tracked — only the top 30 by stars receive detailed analysis.

  • Collection method: Automated GitHub API calls + curated list cross-reference + web search supplement
  • Update cadence: Weekly (every Wednesday)
  • Data quality checks: Star count validation against direct repo API; deduplication across sources; WoW change sanity-checked against historical baselines

Current Data

RepositoryStarsForksLanguageWoW ChangeTrend
modelcontextprotocol/servers88,72911,265TypeScript+252 (+0.3%)
DeusData/codebase-memory-mcp33,6322,565C+2,133 (+6.8%)
PrefectHQ/fastmcp26,7242,172Python+523 (+2.0%)
modelcontextprotocol/python-sdk23,6783,683Python+63 (+0.3%)
microsoft/mcp-for-beginners16,8035,477Jupyter Notebook+48 (+0.3%)
modelcontextprotocol/typescript-sdk12,9091,997TypeScript+56 (+0.4%)
CoplayDev/unity-mcp12,7211,347C#+245 (+2.0%)
mcp-use/mcp-use10,3361,373TypeScriptNEW
lastmile-ai/mcp-agent8,464864PythonNEW
Upsonic/Upsonic7,918739PythonNEW
firecrawl/firecrawl-mcp-server7,012814JavaScriptNEW
grab/cursor-talk-to-figma-mcp6,920750JavaScriptNEW
getsentry/XcodeBuildMCP6,102303TypeScriptNEW
appcypher/awesome-mcp-servers5,7072,032N/ANEW
MinishLab/semble5,668236PythonNEW
holaboss-ai/holaOS5,505396TypeScriptNEW
the-open-agent/openagent5,427628GoNEW
nanbingxyz/5ire5,284411TypeScriptNEW
exa-labs/exa-mcp-server4,750360TypeScriptNEW
WenyuChiou/awesome-agentic-ai-zh4,715619PythonNEW
IBM/mcp-context-forge4,118760PythonNEW
homeassistant-ai/ha-mcp4,068167PythonNEW
IvanMurzak/Unity-MCP3,620325C#NEW
KnockOutEZ/wigolo3,102188TypeScriptNEW
oomol-lab/open-connector3,057235TypeScriptNEW
taylorwilsdon/google_workspace_mcp2,892888PythonNEW
zcaceres/markdownify-mcp2,887243TypeScriptNEW
bethington/ghidra-mcp2,88364PythonNEW
stickerdaniel/linkedin-mcp-server2,847492PythonNEW
genieincodebottle/generative-ai2,558615Jupyter NotebookNEW

Language Distribution (Top 30)

LanguageCountShare
Python1136.7%
TypeScript1033.3%
Jupyter Notebook26.7%
C#26.7%
JavaScript26.7%
C13.3%
Go13.3%
N/A13.3%

Stateless Protocol Core: The 2026-07-28 Release Candidate

The most consequential shift in the MCP ecosystem this week is the upcoming specification release candidate, scheduled for final publication on July 28, 2026. The RC removes the initialize/initialized handshake (SEP-2575) and the Mcp-Session-Id header (SEP-2567), making every MCP request independently routable to any server instance. This eliminates the sticky routing and shared session stores that horizontal deployments previously required at the protocol layer.

“Any MCP request can land on any server instance, and the sticky routing and shared session stores that horizontal deployments needed before are no longer required at the protocol layer.” — MCP Specification Release Candidate announcement

The RC also introduces the Extensions framework (negotiated capability extensions), Tasks (long-running operations), MCP Apps (packaged server+client bundles), and authorization hardening with OpenID Connect application_type declarations during Dynamic Client Registration. Three core features — Roots, Sampling, and Logging — are deprecated under the new feature lifecycle policy (SEP-2577).

codebase-memory-mcp Leads Growth for Second Consecutive Week

DeusData/codebase-memory-mcp added 2,133 stars this week (+6.8% WoW), maintaining its position as the fastest-growing project in the MCP ecosystem. Written in C for maximum performance, it indexes codebases into a persistent knowledge graph with sub-millisecond queries across 158 languages, using 99% fewer tokens than traditional grep+read approaches. Its growth reflects the developer community’s demand for efficient context delivery to AI coding agents — a direct response to the “context bloat” problem that MCP creator David Soria Parra identified as the ecosystem’s most pressing challenge.

New Frameworks Expand the MCP Development Surface

Two new entries signal maturation of the MCP development toolchain:

  • mcp-use/mcp-use (10,336 stars): A fullstack MCP framework for building MCP Apps compatible with ChatGPT, Claude, and standalone MCP servers. Its rapid adoption suggests developers want unified abstractions over the raw SDK.
  • MinishLab/semble (5,668 stars): A code search engine optimized for AI agents, using approximately 98% fewer tokens than grep+read workflows. This addresses the context efficiency problem from the retrieval side.

Together with the continued growth of PrefectHQ/fastmcp (+523 stars, now 26,724), these frameworks indicate that the MCP ecosystem is developing layered tooling — from low-level SDKs to high-level application frameworks — similar to the maturation path of web development frameworks.

Enterprise and Cross-Domain MCP Servers Gain Traction

Enterprise-grade MCP infrastructure is consolidating:

  • IBM/mcp-context-forge (4,118 stars): An AI Gateway, registry, and proxy supporting MCP, A2A, and REST/gRPC protocols — positioning MCP as one integration standard among many in enterprise environments.
  • oomol-lab/open-connector (3,057 stars): An authentication gateway connecting 1,000+ SaaS providers to AI agents through standardized MCP interfaces.
  • taylorwilsdon/google_workspace_mcp (2,892 stars): Full Google Workspace integration (Gmail, Calendar, Docs, Sheets, Slides) via MCP.

Cross-domain expansion continues with gaming (two Unity MCP servers: CoplayDev/unity-mcp at 12,721 stars and IvanMurzak/Unity-MCP at 3,620 stars), design (grab/cursor-talk-to-figma-mcp at 6,920 stars), smart home (homeassistant-ai/ha-mcp at 4,068 stars), and security research (bethington/ghidra-mcp at 2,883 stars with 200+ reverse engineering tools).

🔺 Scout Intel: What Others Missed

Confidence: High | Novelty Score: 72/100

The 23 new entries in this week’s top 30 — compared to just 7 returning projects — reveal a structural shift: the MCP ecosystem’s center of gravity is moving from official/SDK repositories toward application-layer servers. Official repos (servers, python-sdk, typescript-sdk) grew only 0.3-0.4% WoW, while application servers like codebase-memory-mcp grew 6.8%. This mirrors the LSP (Language Server Protocol) adoption curve, where protocol adoption accelerated only after application-layer tooling reached critical mass. The upcoming stateless protocol RC will further accelerate this shift by removing deployment friction for multi-instance server architectures.

Key implication for MCP server developers: Prioritize compatibility testing against the 2026-07-28 RC now — the 10-week migration window before final spec publication means early adopters will gain significant discoverability advantages in the MCP Registry.

Changelog

DateChangeNotes
2026-07-22Weekly snapshot #8593 total repos (+24 WoW); 23 new entries in top 30; MCP 2026-07-28 RC coverage added
2026-07-15Weekly snapshot #7569 total repos (+19 WoW); codebase-memory-mcp fastest growing at +12.6%
2026-07-08Weekly snapshot #6550 total repos; IBM/mcp-context-forge entered top 20

Sources

caewwzro88im9w0lvdi5p8████yltd74bnwukya7k0f9suqql0emuxyfkq████lzl30afakp4unoavq4p0ae3eu9pskh1░░░49ta19kp0ggmvs73n6qv43xpsojii1gu░░░0d0t8skpgw09gzx4cbsm888vyp0bm56fn░░░zynz91v4q49cjdgayzjbt8ehmv23iuiu░░░u90l6gux7tm5jo07t3eyc4hbpa2ycmdu████uni5u7phtzd54in70q8dlxu6y5nzj1████rqtejbkm6wjnumbknsbh8k4z19k9jhbzs████vdqrg5jetbweyq3ya3hzolp0wdhap0w░░░qkjy9snagfiq19ugqqxaird92e7op2vf░░░ijd5uy3wloqpf65urptvoxc72ixujau████i4le8xp9k9q3zts3t2m678pc09c6t8wsr████crxzeq223zqdkdc01yff16fyj2nyvud19████yqvkxxc9fy7v40awve1egjtl6w7q6mol░░░l1j65o43ani75jt6z8kzw68lu37selljm░░░rqm8mdxf9ih8y10qsizx7ha68023clkd████qo7jkewhe3sw1ldk60gf4u8gej7z8mna████g7yz8yujbncl7mmwqts69lxf3m5s4k4░░░puakvbpye4frvl0uzgn3jqu11r4lzhswq░░░cnqa5er2gc61rs2gep1jciwr7wg3tbmjb████795gk6bq24941droe94beekldw1w7xhd████5xi6pc133bxfb8q5f558r9ti8em4y04aq░░░fha5e59q18nrzhe1tc9khbpemdkbcmcp░░░ob0j17dd3x7wykd3bab3mfeyotgam1cse████scp48g26169yeryizege7oh6nk5rrk9g████on68ieph82fgje5kjvqc12k9x8bnv7no████s4vn6hv392hppjmobavc6tt7p0ypwlp████i0heen9gvse5udp7q6fspbevsl4vs72jh░░░pk5sz5fh9whlav800llstgzk79vqbtfo░░░xlythsqai4e4nxwt3ec18909empmvd8glg░░░ogvokr0wbg97a1wu0a6avwmxqbfyxndwm░░░u1gbzwogdftu5zfde5d8sthb2b03gkr7████1a1h4mljq5t1vlqevq7j8pkj3f9u7993████7axez45ajtazt4o836bljg9k4ij221eri░░░xgmqdl79l77ni3vux57aesgq9avr8r5████og8rpwsxl391xd8owu43jhfj8eh8k66p░░░crja6g2yufzu4lkzk921hmlb65ema5g████wdqotsgv5iwzl1v53bte1t0lmx98knch░░░9vnuxoxocuthq6nhtvwj5vrvddut7lic████67n7b7cm49f8aaf7n65fgypkpzrts156░░░1sel3cuc18vc3hulreqztgnku0rg10au████xof28lnhti4f8mkldxdnefl8h3isd7zv████156b3hd8gz5vih0oydd2g4qbbb6o0bqe████rivuab6ci9mil23xwx3t6arptkg1pgw29░░░j72grru5ocb3onaup79jdgykjxohqkt░░░zr0epoclkmlrfv52x75x9bkod9stv07f░░░z9qk9mwi1dqpw2e424c7h41bx3wf478g████zwnqs0h7rn2lbrgvufw6ujwamwkdmb1m░░░s5thd6vu0srhbagu5htlvqzhphbnila3s████ww1mgbu6tom