Top 10 GitHub Repos — 2026-08-03
This week's trending set centers on the MCP ecosystem — the 2026-07-28 spec revision landed alongside major v2 reworks of the official SDKs — plus a wave of new open-source coding agents, agent…
- Click the button to download the
-bookmarks.htmlfile. - Chrome / Edge / Brave: Bookmarks → Import bookmarks and settings → Favorites or bookmarks HTML file → pick the downloaded file.
- Firefox: Bookmarks → Manage Bookmarks → Import and Backup → Import Bookmarks from HTML.
- Safari: File → Import From → Bookmarks HTML File.
Top 10 GitHub Repos — 2026-08-03
As of: 2026-08-03 Focus: AI tools, automations, agents, integrations, MCP, CLIs, and developer tooling. Snapshot: Current trending picks at the moment of generation — not a historical recap.
Overview
This week's trending set centers on the MCP ecosystem — the 2026-07-28 spec revision landed alongside major v2 reworks of the official SDKs — plus a wave of new open-source coding agents, agent harness control surfaces, and browser tooling for agents. Gateway infrastructure, local voice-agent pipelines, and production guardrails (governance, SRE, token-cost control) round out a batch that skews toward practical, deployable tooling.
1. Kimi Code CLI
- Repo: https://github.com/MoonshotAI/kimi-code
- Category: CLI
- Status: New
An AI coding agent that runs in your terminal — it can read and edit code, run shell commands, search files, fetch web pages, and choose the next step based on the feedback it receives. Works out of the box with Moonshot AI's Kimi models and can be configured to use other providers.
Why it's on the list: A fresh, terminal-native coding agent from a major model lab — a new default option among open-source agent CLIs.
2. MCP TypeScript SDK
- Repo: https://github.com/modelcontextprotocol/typescript-sdk
- Category: MCP
- Status: New
The official TypeScript SDK for Model Context Protocol servers and clients, now on the v2 line (@modelcontextprotocol/server, @modelcontextprotocol/client) implementing the 2026-07-28 MCP spec. The v2 rework addresses long-standing architectural issues, and the docs start with a ten-minute server tutorial.
Why it's on the list: The reference SDK for the current MCP spec — relevant to anyone shipping MCP servers or clients in TypeScript.
3. Agent-Native
- Repo: https://github.com/BuilderIO/agent-native
- Category: AI Tools
- Status: New
A framework for building agent-native applications where one defineAction() powers every surface: UI, agent, HTTP, MCP, A2A, and CLI. From BuilderIO, it's a "don't pick between apps or agents" approach that unifies app and agent entry points behind a single schema.
Why it's on the list: A pragmatic answer to the app-versus-agent split — one action definition, six consumption surfaces.
4. ego-lite
- Repo: https://github.com/citrolabs/ego-lite
- Category: AI Agents
- Status: New
A browser built for AI agent automation that shares your logged-in browser state with agents like Codex or Claude Code, letting them run multiple tasks in parallel "Spaces" while you work undisturbed. Zero cost, zero config.
Why it's on the list: Directly solves the logged-in-session problem that blocks most agent browser automation today.
5. OmniRoute
- Repo: https://github.com/diegosouzapw/OmniRoute
- Category: Integrations
- Status: Trending
A free MIT-licensed AI gateway exposing one endpoint to 290+ providers (90+ free) and 500+ models, with clients for Claude Code, Codex, Cursor, OpenCode, Cline, and Copilot. Includes quota-aware auto-fallback, RTK+Caveman compression that claims 15–95% token savings, and MCP/A2A support.
Why it's on the list: Drop-in multi-provider routing with fallback and token compression — practical cost infrastructure for agent CLIs.
6. Agent Governance Toolkit
- Repo: https://github.com/microsoft/agent-governance-toolkit
- Category: AI Tools
- Status: Trending
Microsoft's public-preview toolkit for shipping autonomous agents to production: policy enforcement, zero-trust identity, execution sandboxing, and reliability engineering, with coverage mapped to 10/10 of the OWASP Agentic Top 10.
Why it's on the list: One of the few concrete, framework-level answers to agent safety and production governance.
7. Speech To Speech
- Repo: https://github.com/huggingface/speech-to-speech
- Category: AI Agents
- Status: Trending
A low-latency, fully modular voice-agent pipeline — VAD → STT → LLM → TTS — exposed through an OpenAI Realtime-compatible WebSocket API. Every component is swappable, and the LLM slot accepts any OpenAI-compatible endpoint, from hosted providers to local models via HF Inference Providers.
Why it's on the list: A maintained, local-first reference pipeline for building voice agents without vendor lock-in.
8. T3 Code
- Repo: https://github.com/pingdotgg/t3code
- Category: Automations
- Status: New
An open "agent harness control surface" that lets you control the agents on your machine — Claude Code, Codex, Cursor, Grok Build, and OpenCode — from iOS/Android, a web app, or an Electron desktop app. It works with the subscriptions and agents you already have set up on your computer.
Why it's on the list: Cross-harness agent orchestration from your phone or desktop without switching coding agents.
9. OpenSRE
- Repo: https://github.com/Tracer-Cloud/opensre
- Category: Automations
- Status: New
An open-source framework for building AI SRE agents, including the training and evaluation environment they need to improve. Connects 60+ tools you already run, lets you define custom workflows, and investigates incidents on your own infrastructure — currently in public alpha.
Why it's on the list: A rare open take on agentic incident response and reliability workflows, not just code generation.
10. jCodeMunch MCP
- Repo: https://github.com/jgravelle/jcodemunch-mcp
- Category: MCP
- Status: Trending
An MCP server for precise, symbol-level GitHub source retrieval via tree-sitter AST parsing, compatible with Claude Code, Cursor, and any MCP client. Claims 95%+ token-cost reduction on code exploration, with 313B+ tokens already saved.
Why it's on the list: Attacks the biggest practical cost in agentic coding — burning tokens on code navigation — at the retrieval layer.
Honorable Mentions
- andrewyng/aisuite — Simple unified interface to multiple GenAI providers; the new OpenWorker desktop coworker now lives in its own repo.
- modelcontextprotocol/python-sdk — Official MCP Python SDK v2, same 2026-07-28 spec support as the TypeScript SDK.
- different-ai/openwork — Open-source alternative to Claude Cowork for sharing skills, MCPs, and connected services across agents.
- alibaba/open-code-review — AI code review CLI mixing deterministic pipelines with an LLM agent, battle-tested at Alibaba scale.
- block/buzz — Self-hostable workspace where humans and agents collaborate in shared rooms on a relay you own.
Sources
- MoonshotAI/kimi-code — https://github.com/MoonshotAI/kimi-code
- modelcontextprotocol/typescript-sdk — https://github.com/modelcontextprotocol/typescript-sdk
- BuilderIO/agent-native — https://github.com/BuilderIO/agent-native
- citrolabs/ego-lite — https://github.com/citrolabs/ego-lite
- diegosouzapw/OmniRoute — https://github.com/diegosouzapw/OmniRoute
- microsoft/agent-governance-toolkit — https://github.com/microsoft/agent-governance-toolkit
- huggingface/speech-to-speech — https://github.com/huggingface/speech-to-speech
- pingdotgg/t3code — https://github.com/pingdotgg/t3code
- Tracer-Cloud/opensre — https://github.com/Tracer-Cloud/opensre
- jgravelle/jcodemunch-mcp — https://github.com/jgravelle/jcodemunch-mcp
- andrewyng/aisuite — https://github.com/andrewyng/aisuite
- modelcontextprotocol/python-sdk — https://github.com/modelcontextprotocol/python-sdk
- different-ai/openwork — https://github.com/different-ai/openwork
- alibaba/open-code-review — https://github.com/alibaba/open-code-review
- block/buzz — https://github.com/block/buzz
More from GitHub Repos