Content
<div align="center">
# Awesome Claude Code
[](https://awesome.re)
Curated list of tools, skills, plugins, and MCP servers for agentic coding tools — [Claude Code](https://github.com/anthropics/claude-code), [Codex](https://github.com/openai/codex), [Gemini CLI](https://github.com/google-gemini/gemini-cli), [Cursor](https://www.cursor.com/), and more.
Only repositories with **1,000+ stars** are listed. PRs are always welcome!
</div>
## Contents
- [Official](#official)
- [Configuration & Rules](#configuration--rules)
- [Skills & Plugins](#skills--plugins)
- [Agent Orchestration](#agent-orchestration)
- [GUI & IDE](#gui--ide)
- [Monitoring & Analytics](#monitoring--analytics)
- [Learning & Reference](#learning--reference)
- [Proxy & Customization](#proxy--customization)
- [MCP Ecosystem](#mcp-ecosystem)
- [Core & Frameworks](#core--frameworks)
- [Servers](#servers)
---
## Official
| Repository | Stars | Description |
|:-----------|:-----:|:------------|
| [anthropics/claude-code](https://github.com/anthropics/claude-code) |  | Agentic coding CLI for terminals and IDEs with codebase understanding and git workflows |
| [anthropics/skills](https://github.com/anthropics/skills) |  | Dynamic instruction folders that teach Claude specialized tasks like doc creation and data analysis |
| [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) |  | GitHub Action for PR reviews, code changes, and issue triage via @claude mentions |
| [anthropics/claude-code-security-review](https://github.com/anthropics/claude-code-security-review) |  | GitHub Action that detects security vulnerabilities in PR diffs using semantic analysis |
| [anthropics/claude-agent-sdk-python](https://github.com/anthropics/claude-agent-sdk-python) |  | Python SDK to build autonomous agents with file editing, command execution, and tool use |
| [anthropics/claude-agent-sdk-typescript](https://github.com/anthropics/claude-agent-sdk-typescript) |  | TypeScript SDK to build autonomous agents with Claude Code's agentic capabilities |
| [anthropics/anthropic-sdk-python](https://github.com/anthropics/anthropic-sdk-python) |  | Typed Python client for the Claude REST API with sync and async support |
| [anthropics/claude-plugins-official](https://github.com/anthropics/claude-plugins-official) |  | Official Anthropic-managed directory of Claude Code Plugins |
| [anthropics/claude-cookbooks](https://github.com/anthropics/claude-cookbooks) |  | Copy-paste notebooks for RAG, tool use, vision, classification, and Claude integrations |
| [anthropics/claude-agent-sdk-demos](https://github.com/anthropics/claude-agent-sdk-demos) |  | Official Claude Agent SDK demos and examples |
## Configuration & Rules
| Repository | Stars | Description |
|:-----------|:-----:|:------------|
| [gsd-build/get-shit-done](https://github.com/gsd-build/get-shit-done) |  | Context engineering and spec-driven dev system for Claude Code and OpenCode |
| [coleam00/context-engineering-intro](https://github.com/coleam00/context-engineering-intro) |  | Context engineering guide centered on Claude Code |
| [affaan-m/everything-claude-code](https://github.com/affaan-m/everything-claude-code) |  | Battle-tested Claude Code configs: agents, skills, hooks, commands, rules, and MCPs |
| [hesreallyhim/awesome-claude-code](https://github.com/hesreallyhim/awesome-claude-code) |  | Curated list of skills, hooks, slash-commands, tools, and plugins for Claude Code |
| [SuperClaude-Org/SuperClaude_Framework](https://github.com/SuperClaude-Org/SuperClaude_Framework) |  | 30 slash commands, 16 agents, and 7 behavioral modes for Claude Code development |
| [davila7/claude-code-templates](https://github.com/davila7/claude-code-templates) |  | CLI + web catalog to browse and install 100+ agents, commands, hooks, and MCPs |
| [Yeachan-Heo/oh-my-claudecode](https://github.com/Yeachan-Heo/oh-my-claudecode) |  | Multi-agent orchestration with 5 execution modes and automatic parallelization |
| [steipete/agent-rules](https://github.com/steipete/agent-rules) |  | Shared guardrail rules and helper scripts for Claude Code and Cursor agents |
| [diet103/claude-code-infrastructure-showcase](https://github.com/diet103/claude-code-infrastructure-showcase) |  | Reference library for auto-activating skills, modular skill patterns, and hook systems |
| [ChrisWiles/claude-code-showcase](https://github.com/ChrisWiles/claude-code-showcase) |  | Full project config example with skill auto-activation, CI workflows, and JIRA integration |
| [OneRedOak/claude-code-workflows](https://github.com/OneRedOak/claude-code-workflows) |  | Battle-tested workflows from an AI-native startup |
| [centminmod/my-claude-code-setup](https://github.com/centminmod/my-claude-code-setup) |  | CLAUDE.md config template with memory bank system |
| [github/spec-kit](https://github.com/github/spec-kit) |  | GitHub's official toolkit for Spec-Driven Development |
| [Fission-AI/OpenSpec](https://github.com/Fission-AI/OpenSpec) |  | Spec-driven development for AI coding assistants |
| [agentsmd/agents.md](https://github.com/agentsmd/agents.md) |  | AGENTS.md — simple, open format for guiding coding agents |
| [MrLesk/Backlog.md](https://github.com/MrLesk/Backlog.md) |  | Human-AI agent project collaboration management in a git ecosystem |
| [buildermethods/agent-os](https://github.com/buildermethods/agent-os) |  | Inject codebase standards and write better specs for spec-driven development |
| [Pimzino/claude-code-spec-workflow](https://github.com/Pimzino/claude-code-spec-workflow) |  | Automated spec-driven workflows for Claude Code (requirements → design → tasks → implementation) |
| [sanjeed5/awesome-cursor-rules-mdc](https://github.com/sanjeed5/awesome-cursor-rules-mdc) |  | Curated list of awesome Cursor Rules .mdc files |
| [gemini-cli-extensions/conductor](https://github.com/gemini-cli-extensions/conductor) |  | Gemini CLI extension for specifying, planning, and implementing software features |
| [gotalab/cc-sdd](https://github.com/gotalab/cc-sdd) |  | Spec-driven dev commands for Claude Code, Codex, Cursor, Gemini CLI, and more |
| [shanraisshan/claude-code-best-practice](https://github.com/shanraisshan/claude-code-best-practice) |  | Claude Code best practices collection |
| [intellectronica/ruler](https://github.com/intellectronica/ruler) |  | Apply the same rules to all coding agents |
| [Wirasm/PRPs-agentic-eng](https://github.com/Wirasm/PRPs-agentic-eng) |  | Prompts and workflows for agentic engineering |
| [peterkrueck/Claude-Code-Development-Kit](https://github.com/peterkrueck/Claude-Code-Development-Kit) |  | Custom Claude Code workflow with hooks, MCP, and sub agents for context at scale |
| [catlog22/Claude-Code-Workflow](https://github.com/catlog22/Claude-Code-Workflow) |  | JSON-driven multi-agent dev framework with CLI orchestration (Gemini/Qwen/Codex) |
| [CloudAI-X/claude-workflow-v2](https://github.com/CloudAI-X/claude-workflow-v2) |  | Universal Claude Code workflow plugin with agents, skills, hooks, and commands |
| [feiskyer/claude-code-settings](https://github.com/feiskyer/claude-code-settings) |  | Claude Code settings, commands, and agents for vibe coding |
| [gadievron/raptor](https://github.com/gadievron/raptor) |  | Turn Claude Code into an offensive/defensive security agent with rules and sub-agents |
| [Dicklesworthstone/agentic_coding_flywheel_setup](https://github.com/Dicklesworthstone/agentic_coding_flywheel_setup) |  | Bootstrap Ubuntu VPS into multi-agent dev environment for Claude Code, Codex, and Gemini CLI |
| [m0n0x41d/quint-code](https://github.com/m0n0x41d/quint-code) |  | Structured reasoning framework for Claude Code, Gemini CLI, Cursor, and Codex |
| [garrytan/gstack](https://github.com/garrytan/gstack) |  | Garry Tan's Claude Code setup with 15 opinionated role-based tools |
| [forrestchang/andrej-karpathy-skills](https://github.com/forrestchang/andrej-karpathy-skills) |  | CLAUDE.md derived from Karpathy's observations on common LLM coding pitfalls |
| [VoltAgent/awesome-design-md](https://github.com/VoltAgent/awesome-design-md) |  | DESIGN.md collection inspired by major brand design systems for agent UI scaffolding |
| [PatrickJS/awesome-cursorrules](https://github.com/PatrickJS/awesome-cursorrules) |  | The de-facto curated list of Cursor rules and configs |
| [github/awesome-copilot](https://github.com/github/awesome-copilot) |  | GitHub's community-curated Copilot instructions, agents, skills, and configs |
| [google-labs-code/design.md](https://github.com/google-labs-code/design.md) |  | Google's open spec for describing visual identity to coding agents (DESIGN.md) |
| [drona23/claude-token-efficient](https://github.com/drona23/claude-token-efficient) |  | Drop-in CLAUDE.md that keeps Claude responses terse for heavy workflows |
## Skills & Plugins
| Repository | Stars | Description |
|:-----------|:-----:|:------------|
| [kepano/obsidian-skills](https://github.com/kepano/obsidian-skills) |  | Agent skills for Obsidian |
| [muratcankoylan/Agent-Skills-for-Context-Engineering](https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering) |  | Context engineering skills for multi-agent architectures |
| [numman-ali/openskills](https://github.com/numman-ali/openskills) |  | Universal skills loader (`npm i -g openskills`) |
| [sickn33/antigravity-awesome-skills](https://github.com/sickn33/antigravity-awesome-skills) |  | 700+ skills for Claude Code/Antigravity/Cursor |
| [coreyhaines31/marketingskills](https://github.com/coreyhaines31/marketingskills) |  | Marketing skills (CRO, copywriting, SEO, analytics) |
| [refly-ai/refly](https://github.com/refly-ai/refly) |  | Open-source agent skills builder |
| [vercel-labs/agent-skills](https://github.com/vercel-labs/agent-skills) |  | React, Next.js, and web design best-practice rules for AI coding agents |
| [vercel-labs/skills](https://github.com/vercel-labs/skills) |  | CLI tool to install agent skills across 35+ coding agents via `npx skills add` |
| [vercel-labs/agent-browser](https://github.com/vercel-labs/agent-browser) |  | Headless browser automation CLI for AI agents with Rust backend and Playwright |
| [ComposioHQ/awesome-claude-skills](https://github.com/ComposioHQ/awesome-claude-skills) |  | Curated skills list + Composio plugin connecting Claude to 500+ external apps |
| [VoltAgent/awesome-agent-skills](https://github.com/VoltAgent/awesome-agent-skills) |  | 200+ agent skills from official dev teams, compatible with 10+ coding agents |
| [travisvn/awesome-claude-skills](https://github.com/travisvn/awesome-claude-skills) |  | Curated Claude Skills list with progressive-disclosure architecture explained |
| [nextlevelbuilder/ui-ux-pro-max-skill](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill) |  | Design intelligence skill with 100 reasoning rules and 67 UI style presets |
| [thedotmack/claude-mem](https://github.com/thedotmack/claude-mem) |  | Plugin that captures session history, compresses it with AI, and injects context |
| [OthmanAdi/planning-with-files](https://github.com/OthmanAdi/planning-with-files) |  | Manus-style persistent markdown planning skill with session recovery |
| [EveryInc/compound-engineering-plugin](https://github.com/EveryInc/compound-engineering-plugin) |  | Plan-work-review-compound loop plugin with worktrees and multi-agent review |
| [obra/superpowers](https://github.com/obra/superpowers) |  | Full dev workflow skill: spec elicitation, TDD planning, and subagent execution |
| [agentskills/agentskills](https://github.com/agentskills/agentskills) |  | Open spec and SDK for the Agent Skills format maintained by Anthropic |
| [supabase/agent-skills](https://github.com/supabase/agent-skills) |  | Postgres and Supabase best-practice skills for schema, RLS, and query tuning |
| [hesreallyhim/a-list-of-claude-code-agents](https://github.com/hesreallyhim/a-list-of-claude-code-agents) |  | Community-submitted collection of Claude Code sub-agent prompts and frameworks |
| [blader/humanizer](https://github.com/blader/humanizer) |  | Skill to remove AI writing traces |
| [SawyerHood/dev-browser](https://github.com/SawyerHood/dev-browser) |  | Browser automation skill for Claude Code |
| [jarrodwatts/claude-hud](https://github.com/jarrodwatts/claude-hud) |  | Plugin showing context usage, tools, agents, todos |
| [trailofbits/skills](https://github.com/trailofbits/skills) |  | Security research skills from Trail of Bits |
| [lackeyjb/playwright-skill](https://github.com/lackeyjb/playwright-skill) |  | Playwright browser automation skill |
| [blader/Claudeception](https://github.com/blader/Claudeception) |  | Autonomous skill extraction and continuous learning |
| [microsoft/skills](https://github.com/microsoft/skills) |  | Microsoft's agent skills and MCP servers |
| [BehiSecc/awesome-claude-skills](https://github.com/BehiSecc/awesome-claude-skills) |  | Curated list of Claude Skills |
| [aidenybai/react-grab](https://github.com/aidenybai/react-grab) |  | Select context for coding agents directly from your website |
| [campfirein/cipher](https://github.com/campfirein/cipher) |  | Open-source memory layer for coding agents (Cursor, Codex, Claude Code, Gemini CLI) |
| [PleasePrompto/notebooklm-skill](https://github.com/PleasePrompto/notebooklm-skill) |  | Query Google NotebookLM with source-grounded answers from Claude Code |
| [antfu/skills](https://github.com/antfu/skills) |  | Anthony Fu's curated collection of agent skills |
| [Orchestra-Research/AI-Research-SKILLs](https://github.com/Orchestra-Research/AI-Research-SKILLs) |  | AI research and engineering skills for Claude Code, Codex, Gemini, and more |
| [czlonkowski/n8n-skills](https://github.com/czlonkowski/n8n-skills) |  | n8n skillset for Claude Code to build flawless n8n workflows |
| [mvanhorn/last30days-skill](https://github.com/mvanhorn/last30days-skill) |  | Claude Code skill that researches topics across Reddit + X from the last 30 days |
| [heilcheng/awesome-agent-skills](https://github.com/heilcheng/awesome-agent-skills) |  | Curated skills, tools, tutorials, and capabilities for AI coding agents |
| [supermemoryai/claude-supermemory](https://github.com/supermemoryai/claude-supermemory) |  | Enable Claude Code to learn in real-time and update its knowledge |
| [mindfold-ai/Trellis](https://github.com/mindfold-ai/Trellis) |  | All-in-one AI framework and toolkit for Claude Code and Cursor |
| [timescale/pg-aiguide](https://github.com/timescale/pg-aiguide) |  | Postgres skills and documentation for AI coding tools |
| [snyk/agent-scan](https://github.com/snyk/agent-scan) |  | Security scanner for AI agents, MCP servers, and agent skills |
| [ComposioHQ/awesome-claude-plugins](https://github.com/ComposioHQ/awesome-claude-plugins) |  | Curated plugins extending Claude Code with commands, agents, hooks, and MCP |
| [pchalasani/claude-code-tools](https://github.com/pchalasani/claude-code-tools) |  | Practical productivity tools for Claude Code, Codex, and similar CLI coding agents |
| [AvdLee/SwiftUI-Agent-Skill](https://github.com/AvdLee/SwiftUI-Agent-Skill) |  | SwiftUI best-practice guidance skill in Agent Skills format |
| [PeonPing/peon-ping](https://github.com/PeonPing/peon-ping) |  | Warcraft III Peon voice notifications for Claude Code and Codex |
| [kenryu42/claude-code-safety-net](https://github.com/kenryu42/claude-code-safety-net) |  | Safety net plugin catching destructive git and filesystem commands |
| [VoltAgent/awesome-openclaw-skills](https://github.com/VoltAgent/awesome-openclaw-skills) |  | Curated awesome-list of 3,002 OpenClaw agent skills |
| [sirmalloc/ccstatusline](https://github.com/sirmalloc/ccstatusline) |  | Customizable statusline for Claude Code CLI |
| [yoanbernabeu/grepai](https://github.com/yoanbernabeu/grepai) |  | Semantic code search CLI for AI agents (100% local) |
| [antonbabenko/terraform-skill](https://github.com/antonbabenko/terraform-skill) |  | Claude Agent Skill for Terraform and OpenTofu |
| [expo/skills](https://github.com/expo/skills) |  | Official Expo team AI agent skills |
| [op7418/Humanizer-zh](https://github.com/op7418/Humanizer-zh) |  | Chinese AI-writing de-detection skill for natural-sounding text output |
| [libukai/awesome-agent-skills](https://github.com/libukai/awesome-agent-skills) |  | Definitive guide to Agent Skills: quick start, tutorials, and curated skills directory |
| [Jeffallan/claude-skills](https://github.com/Jeffallan/claude-skills) |  | 66 specialized skills for full-stack developers using Claude Code |
| [alirezarezvani/claude-skills](https://github.com/alirezarezvani/claude-skills) |  | 169 production-ready skills for Claude Code, Codex, and OpenClaw |
| [brennercruvinel/CCPlugins](https://github.com/brennercruvinel/CCPlugins) |  | 24 enterprise-grade Claude Code commands and plugin framework |
| [jeremylongshore/claude-code-plugins-plus-skills](https://github.com/jeremylongshore/claude-code-plugins-plus-skills) |  | 270+ Claude Code plugins with 739 agent skills and CCPI package manager |
| [agenticnotetaking/arscontexta](https://github.com/agenticnotetaking/arscontexta) |  | Claude Code plugin generating individualized knowledge systems from conversations |
| [Panniantong/Agent-Reach](https://github.com/Panniantong/Agent-Reach) |  | CLI to read and search Twitter, Reddit, YouTube, and GitHub for AI agents |
| [htdt/godogen](https://github.com/htdt/godogen) |  | Claude Code skills that build complete Godot 4 projects from a game description |
| [SimoneAvogadro/android-reverse-engineering-skill](https://github.com/SimoneAvogadro/android-reverse-engineering-skill) |  | Claude Code skill for Android app reverse engineering |
| [Ceeon/videocut-skills](https://github.com/Ceeon/videocut-skills) |  | Video editing agent skill for Claude Code |
| [Lum1104/Understand-Anything](https://github.com/Lum1104/Understand-Anything) |  | Turn any codebase into an interactive knowledge graph via Claude Code skills |
| [addyosmani/agent-skills](https://github.com/addyosmani/agent-skills) |  | Production-grade engineering skills for AI coding agents from Addy Osmani |
| [K-Dense-AI/scientific-agent-skills](https://github.com/K-Dense-AI/scientific-agent-skills) |  | Ready-to-use Agent Skills for research, science, engineering, finance, and writing |
| [nizos/tdd-guard](https://github.com/nizos/tdd-guard) |  | TDD enforcement for Claude Code via hooks blocking non-test-driven edits |
## Agent Orchestration
| Repository | Stars | Description |
|:-----------|:-----:|:------------|
| [steveyegge/beads](https://github.com/steveyegge/beads) |  | Memory upgrade for coding agents |
| [humanlayer/humanlayer](https://github.com/humanlayer/humanlayer) |  | Human-in-the-loop for AI coding agents |
| [automazeio/ccpm](https://github.com/automazeio/ccpm) |  | Claude Code project management (GitHub Issues + worktrees) |
| [smtg-ai/claude-squad](https://github.com/smtg-ai/claude-squad) |  | Terminal multiplexer to run and manage multiple AI coding agents in parallel |
| [ruvnet/claude-flow](https://github.com/ruvnet/claude-flow) |  | Multi-agent orchestration framework with swarm coordination and self-learning |
| [wshobson/agents](https://github.com/wshobson/agents) |  | 73 plugins with 112 specialized agents, 146 skills, and 79 dev tools for Claude Code |
| [VoltAgent/awesome-claude-code-subagents](https://github.com/VoltAgent/awesome-claude-code-subagents) |  | Curated collection of 126+ ready-to-install specialized Claude Code subagents |
| [vercel-labs/coding-agent-template](https://github.com/vercel-labs/coding-agent-template) |  | Deploy multi-agent coding tasks in Vercel Sandbox with GitHub integration |
| [coder/agentapi](https://github.com/coder/agentapi) |  | HTTP API to control Claude Code, Aider, Codex, Goose, and other coding agents |
| [frankbria/ralph-claude-code](https://github.com/frankbria/ralph-claude-code) |  | Autonomous dev loop with intelligent exit detection, rate limiting, and circuit breaker |
| [UfoMiao/zcf](https://github.com/UfoMiao/zcf) |  | Zero-config CLI to set up Claude Code & Codex with providers, MCPs, and workflows |
| [parcadei/Continuous-Claude-v3](https://github.com/parcadei/Continuous-Claude-v3) |  | Context management via hooks, ledgers, and handoffs |
| [kodu-ai/claude-coder](https://github.com/kodu-ai/claude-coder) |  | Autonomous coding agent VSCode extension leveraging Claude |
| [vijaythecoder/awesome-claude-agents](https://github.com/vijaythecoder/awesome-claude-agents) |  | Orchestrated sub-agent dev team powered by Claude Code |
| [moazbuilds/CodeMachine-CLI](https://github.com/moazbuilds/CodeMachine-CLI) |  | Orchestrate AI coding agents into repeatable, long-running workflows |
| [cexll/myclaude](https://github.com/cexll/myclaude) |  | Multi-agent orchestration workflow for Claude Code, Codex, Gemini, and OpenCode |
| [mikeyobrien/ralph-orchestrator](https://github.com/mikeyobrien/ralph-orchestrator) |  | Ralph Wiggum technique for autonomous AI agent orchestration |
| [google-github-actions/run-gemini-cli](https://github.com/google-github-actions/run-gemini-cli) |  | GitHub Action invoking the Gemini CLI |
| [Dicklesworthstone/mcp_agent_mail](https://github.com/Dicklesworthstone/mcp_agent_mail) |  | Async coordination layer for AI coding agents with identities, inboxes, and threads |
| [superset-sh/superset](https://github.com/superset-sh/superset) |  | Command center for running teams of Claude Code, OpenCode, Codex, and other agents |
| [Danau5tin/multi-agent-coding-system](https://github.com/Danau5tin/multi-agent-coding-system) |  | Orchestrator, explorer, and coder agents with intelligent context sharing |
| [covibes/zeroshot](https://github.com/covibes/zeroshot) |  | Autonomous engineering team CLI supporting Claude Code, Codex, OpenCode, and Gemini CLI |
| [github/gh-aw](https://github.com/github/gh-aw) |  | GitHub official Agentic Workflows CLI extension |
| [RunMaestro/Maestro](https://github.com/RunMaestro/Maestro) |  | Agent orchestration command center for Claude Code, Codex, and OpenCode |
| [max-sixty/worktrunk](https://github.com/max-sixty/worktrunk) |  | Git worktree CLI for parallel AI agent workflows |
| [superagent-ai/vibekit](https://github.com/superagent-ai/vibekit) |  | Coding agent sandbox with data redaction and observability |
| [bfly123/claude_code_bridge](https://github.com/bfly123/claude_code_bridge) |  | Real-time multi-AI collaboration bridging Claude Code, Codex, and Gemini |
| [maxritter/claude-pilot](https://github.com/maxritter/claude-pilot) |  | Claude Code reliability wrapper with TDD enforcement |
| [iannuttall/claude-agents](https://github.com/iannuttall/claude-agents) |  | Custom subagents collection for Claude Code |
| [njbrake/agent-of-empires](https://github.com/njbrake/agent-of-empires) |  | tmux + git worktree session manager for Claude Code, Codex, OpenCode, and Gemini CLI |
| [code-yeongyu/oh-my-openagent](https://github.com/code-yeongyu/oh-my-openagent) |  | Agent harness with 46 lifecycle hooks, 26 tools, and skill/command/MCP systems |
| [ruvnet/ruflo](https://github.com/ruvnet/ruflo) |  | Enterprise multi-agent swarm orchestration platform for Claude |
| [openai/symphony](https://github.com/openai/symphony) |  | OpenAI's framework for managing isolated, autonomous coding-agent runs |
| [plandex-ai/plandex](https://github.com/plandex-ai/plandex) |  | Open-source AI coding agent built for large projects and multi-file tasks |
| [trycua/cua](https://github.com/trycua/cua) |  | Open-source infrastructure for Computer-Use Agents — sandboxes, SDKs, benchmarks |
| [langchain-ai/open-swe](https://github.com/langchain-ai/open-swe) |  | LangChain's open-source asynchronous coding agent for long-running tasks |
| [agent-infra/sandbox](https://github.com/agent-infra/sandbox) |  | All-in-one Docker sandbox combining browser, shell, file, MCP, and VSCode for agents |
| [kubernetes-sigs/agent-sandbox](https://github.com/kubernetes-sigs/agent-sandbox) |  | Kubernetes-native isolated, stateful workloads for AI agent runtimes |
## GUI & IDE
| Repository | Stars | Description |
|:-----------|:-----:|:------------|
| [winfunc/opcode](https://github.com/winfunc/opcode) |  | GUI app and Toolkit for Claude Code |
| [iOfficeAI/AionUi](https://github.com/iOfficeAI/AionUi) |  | Multi-agent cowork GUI for Claude Code, Codex, and more |
| [21st-dev/1code](https://github.com/21st-dev/1code) |  | Desktop UI for Claude Code with git worktree isolation and parallel agent execution |
| [siteboon/claudecodeui](https://github.com/siteboon/claudecodeui) |  | Web and mobile UI to manage Claude Code, Cursor CLI, and Codex sessions remotely |
| [coder/claudecode.nvim](https://github.com/coder/claudecode.nvim) |  | Neovim plugin implementing Claude Code's WebSocket MCP protocol in pure Lua |
| [musistudio/claude-code-router](https://github.com/musistudio/claude-code-router) |  | Route Claude Code requests to different LLM providers with dynamic model switching |
| [BloopAI/vibe-kanban](https://github.com/BloopAI/vibe-kanban) |  | Kanban board to orchestrate and track multiple coding agents in parallel |
| [farion1231/cc-switch](https://github.com/farion1231/cc-switch) |  | Desktop app to manage API providers, MCPs, and configs for Claude Code and Codex |
| [slopus/happy](https://github.com/slopus/happy) |  | Mobile and web client for Claude Code and Codex with E2E encryption and push alerts |
| [breaking-brake/cc-wf-studio](https://github.com/breaking-brake/cc-wf-studio) |  | Workflow studio for Claude Code |
| [op7418/CodePilot](https://github.com/op7418/CodePilot) |  | Native desktop GUI for Claude Code with chat, code, and project management |
| [The-Vibe-Company/companion](https://github.com/The-Vibe-Company/companion) |  | Open-source Claude Code / Codex Web UI with session launch and tool approval |
| [tiann/hapi](https://github.com/tiann/hapi) |  | App for Claude Code, Codex, Gemini, and OpenCode — vibe coding anywhere |
| [ComposioHQ/open-claude-cowork](https://github.com/ComposioHQ/open-claude-cowork) |  | Open-source Claude Cowork with 500+ SaaS app integrations |
| [zhukunpenglinyutong/idea-claude-code-gui](https://github.com/zhukunpenglinyutong/idea-claude-code-gui) |  | IntelliJ IDEA Claude Code GUI plugin |
| [wbopan/cui](https://github.com/wbopan/cui) |  | Web UI for Claude Code agents |
| [opactorai/Claudable](https://github.com/opactorai/Claudable) |  | Web builder leveraging CLI agents (Claude Code, Codex, Gemini, Cursor) |
| [YishenTu/claudian](https://github.com/YishenTu/claudian) |  | Obsidian plugin embedding Claude Code with full agentic capabilities |
| [folke/sidekick.nvim](https://github.com/folke/sidekick.nvim) |  | Neovim AI sidekick with Claude Code, Codex, and Gemini integration |
| [generalaction/emdash](https://github.com/generalaction/emdash) |  | Open-source agentic dev environment (YC W26) |
| [backnotprop/plannotator](https://github.com/backnotprop/plannotator) |  | Visual plan review and annotation tool for Claude Code and OpenCode |
| [asheshgoplani/agent-deck](https://github.com/asheshgoplani/agent-deck) |  | TUI session manager for Claude Code, Gemini, OpenCode, and Codex |
| [zed-industries/claude-agent-acp](https://github.com/zed-industries/claude-agent-acp) |  | Use Claude Agent SDK from any ACP client such as Zed |
| [manaflow-ai/cmux](https://github.com/manaflow-ai/cmux) |  | Ghostty-based macOS terminal with tabs and notifications for AI coding agents |
| [cline/cline](https://github.com/cline/cline) |  | Autonomous coding agent VS Code extension with file edits, command execution, and browser use |
| [Kilo-Org/kilocode](https://github.com/Kilo-Org/kilocode) |  | All-in-one agentic engineering VS Code extension forked from Cline + Roo Code |
## Monitoring & Analytics
| Repository | Stars | Description |
|:-----------|:-----:|:------------|
| [Maciek-roboblog/Claude-Code-Usage-Monitor](https://github.com/Maciek-roboblog/Claude-Code-Usage-Monitor) |  | Real-time terminal dashboard for token usage tracking with ML-based predictions |
| [chiphuyen/sniffly](https://github.com/chiphuyen/sniffly) |  | Analytics dashboard for Claude Code logs with usage stats and error breakdowns |
| [ryoppippi/ccusage](https://github.com/ryoppippi/ccusage) |  | Fast CLI to analyze Claude Code/Codex token usage and costs from local JSONL logs |
| [steipete/CodexBar](https://github.com/steipete/CodexBar) |  | macOS menu bar app showing usage limits for Codex, Claude, Cursor, and 10+ providers |
| [nguyenphutrong/quotio](https://github.com/nguyenphutrong/quotio) |  | macOS menu bar app unifying Claude, Gemini, OpenAI, Qwen subscriptions with quota tracking |
| [disler/claude-code-hooks-multi-agent-observability](https://github.com/disler/claude-code-hooks-multi-agent-observability) |  | Real-time monitoring for Claude Code agents through hook event tracking |
| [matt1398/claude-devtools](https://github.com/matt1398/claude-devtools) |  | DevTools for Claude Code: inspect session logs, tool calls, token usage, subagents |
## Learning & Reference
| Repository | Stars | Description |
|:-----------|:-----:|:------------|
| [Piebald-AI/claude-code-system-prompts](https://github.com/Piebald-AI/claude-code-system-prompts) |  | Extracted and versioned system prompts for every Claude Code release |
| [shareAI-lab/learn-claude-code](https://github.com/shareAI-lab/learn-claude-code) |  | Build-from-scratch tutorial teaching AI agent patterns in 50–550 lines of Python |
| [zebbern/claude-code-guide](https://github.com/zebbern/claude-code-guide) |  | Setup, commands, workflows, agents, skills guide |
| [disler/claude-code-hooks-mastery](https://github.com/disler/claude-code-hooks-mastery) |  | Master Claude Code Hooks guide |
| [davidkimai/Context-Engineering](https://github.com/davidkimai/Context-Engineering) |  | First-principles context engineering handbook inspired by Karpathy |
| [ghuntley/how-to-build-a-coding-agent](https://github.com/ghuntley/how-to-build-a-coding-agent) |  | Workshop teaching how to build your own coding agent |
| [Meirtz/Awesome-Context-Engineering](https://github.com/Meirtz/Awesome-Context-Engineering) |  | Comprehensive survey on context engineering with papers, frameworks, and guides |
| [ykdojo/claude-code-tips](https://github.com/ykdojo/claude-code-tips) |  | 45 tips for Claude Code from basics to advanced |
| [davepoon/buildwithclaude](https://github.com/davepoon/buildwithclaude) |  | Hub for Claude Skills, Agents, Commands, Hooks, Plugins, and Marketplace collections |
| [Cranot/claude-code-guide](https://github.com/Cranot/claude-code-guide) |  | Complete Claude Code CLI guide, auto-updated every 2 days |
| [addyosmani/gemini-cli-tips](https://github.com/addyosmani/gemini-cli-tips) |  | Gemini CLI tips and tricks |
| [humanlayer/advanced-context-engineering-for-coding-agents](https://github.com/humanlayer/advanced-context-engineering-for-coding-agents) |  | Advanced context engineering methodology for coding agents in large codebases |
| [Njengah/claude-code-cheat-sheet](https://github.com/Njengah/claude-code-cheat-sheet) |  | Ultimate collection of Claude Code tips, tricks, hacks, and workflows |
| [leerob/directories](https://github.com/leerob/directories) |  | Find rules and MCP servers for coding agents (by Vercel's Lee Robinson) |
## Proxy & Customization
| Repository | Stars | Description |
|:-----------|:-----:|:------------|
| [1rgs/claude-code-proxy](https://github.com/1rgs/claude-code-proxy) |  | Run Claude Code on OpenAI models |
| [fuergaosi233/claude-code-proxy](https://github.com/fuergaosi233/claude-code-proxy) |  | Claude Code to OpenAI API Proxy |
| [steipete/claude-code-mcp](https://github.com/steipete/claude-code-mcp) |  | Claude Code as one-shot MCP server (agent-in-agent) |
| [Piebald-AI/tweakcc](https://github.com/Piebald-AI/tweakcc) |  | Customize system prompts, toolsets, themes for Claude Code |
| [badrisnarayanan/antigravity-claude-proxy](https://github.com/badrisnarayanan/antigravity-claude-proxy) |  | Proxy exposing Antigravity-provided Claude/Gemini models for Claude Code and OpenClaw |
| [automazeio/vibeproxy](https://github.com/automazeio/vibeproxy) |  | macOS menu bar app to use Claude Code and ChatGPT subscriptions with AI coding tools |
| [numman-ali/cc-mirror](https://github.com/numman-ali/cc-mirror) |  | Isolated Claude Code variants with custom providers |
| [router-for-me/CLIProxyAPI](https://github.com/router-for-me/CLIProxyAPI) |  | Proxy server exposing Claude Code, Gemini CLI, and Codex as OpenAI-compatible APIs |
| [rtk-ai/rtk](https://github.com/rtk-ai/rtk) |  | CLI proxy reducing LLM token consumption by 60-90% (single Rust binary) |
| [Wei-Shaw/claude-relay-service](https://github.com/Wei-Shaw/claude-relay-service) |  | Self-hosted relay unifying Claude/OpenAI/Gemini/Droid subscriptions through one endpoint |
---
## MCP Ecosystem
MCP servers extend Claude Code with external tools and data. Configure via `claude mcp add` or `~/.claude/settings.json`.
### Core & Frameworks
| Repository | Stars | Description |
|:-----------|:-----:|:------------|
| [modelcontextprotocol/modelcontextprotocol](https://github.com/modelcontextprotocol/modelcontextprotocol) |  | Official MCP specification, protocol schema, and documentation |
| [modelcontextprotocol/python-sdk](https://github.com/modelcontextprotocol/python-sdk) |  | Official Python SDK for building MCP servers and clients |
| [modelcontextprotocol/typescript-sdk](https://github.com/modelcontextprotocol/typescript-sdk) |  | Official TypeScript SDK for building MCP servers and clients |
| [tadata-org/fastapi_mcp](https://github.com/tadata-org/fastapi_mcp) |  | Expose FastAPI endpoints as MCP tools |
| [mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) |  | Go MCP implementation |
| [lastmile-ai/mcp-agent](https://github.com/lastmile-ai/mcp-agent) |  | Agent framework built on MCP |
| [modelcontextprotocol/inspector](https://github.com/modelcontextprotocol/inspector) |  | Visual developer tool for testing and debugging MCP servers in the browser |
| [modelcontextprotocol/registry](https://github.com/modelcontextprotocol/registry) |  | Community-driven app-store-style registry for discovering MCP servers |
| [modelcontextprotocol/csharp-sdk](https://github.com/modelcontextprotocol/csharp-sdk) |  | Official C# SDK (with Microsoft) |
| [modelcontextprotocol/go-sdk](https://github.com/modelcontextprotocol/go-sdk) |  | Official Go SDK (with Google) |
| [modelcontextprotocol/java-sdk](https://github.com/modelcontextprotocol/java-sdk) |  | Official Java SDK (with Spring AI) |
| [modelcontextprotocol/rust-sdk](https://github.com/modelcontextprotocol/rust-sdk) |  | Official Rust SDK |
| [jlowin/fastmcp](https://github.com/jlowin/fastmcp) |  | Pythonic framework for building MCP servers with tools, resources, and transforms |
| [punkpeye/fastmcp](https://github.com/punkpeye/fastmcp) |  | TypeScript MCP framework |
| [mcp-use/mcp-use](https://github.com/mcp-use/mcp-use) |  | Connect any LLM to MCP servers with agents, clients, and inspector in 6 lines |
| [IBM/mcp-context-forge](https://github.com/IBM/mcp-context-forge) |  | MCP gateway that federates REST, MCP, and A2A services with auth and admin UI |
| [metorial/metorial](https://github.com/metorial/metorial) |  | Integration platform connecting AI models to 600+ APIs via MCP with one-liner SDKs |
| [metatool-ai/metamcp](https://github.com/metatool-ai/metamcp) |  | MCP proxy aggregating multiple servers into one unified endpoint with middleware |
| [punkpeye/awesome-mcp-servers](https://github.com/punkpeye/awesome-mcp-servers) |  | The canonical community-curated list of MCP servers |
| [appcypher/awesome-mcp-servers](https://github.com/appcypher/awesome-mcp-servers) |  | Curated list of MCP servers organized by category |
| [open-webui/mcpo](https://github.com/open-webui/mcpo) |  | Simple, secure MCP-to-OpenAPI proxy server exposing MCP tools as REST endpoints |
| [punkpeye/vitemcp](https://github.com/punkpeye/vitemcp) |  | TypeScript framework for building MCP servers with hot reload and type safety |
| [agentgateway/agentgateway](https://github.com/agentgateway/agentgateway) |  | Agentic proxy and gateway for AI agents and MCP servers |
| [AmoyLab/Unla](https://github.com/AmoyLab/Unla) |  | Lightweight MCP gateway converting existing servers/APIs into MCP with zero changes |
| [samanhappy/mcphub](https://github.com/samanhappy/mcphub) |  | Unified hub for centrally managing and routing multiple MCP servers per endpoint |
| [modelcontextprotocol/mcpb](https://github.com/modelcontextprotocol/mcpb) |  | Desktop Extensions standard for one-click local MCP server installs |
### Servers
| Repository | Stars | Description |
|:-----------|:-----:|:------------|
| [ChromeDevTools/chrome-devtools-mcp](https://github.com/ChromeDevTools/chrome-devtools-mcp) |  | Chrome DevTools for coding agents |
| [github/github-mcp-server](https://github.com/github/github-mcp-server) |  | Official GitHub MCP server for managing repos, issues, PRs, and Actions via AI |
| [upstash/context7](https://github.com/upstash/context7) |  | Injects up-to-date, version-specific library docs and code examples into LLM prompts |
| [microsoft/playwright-mcp](https://github.com/microsoft/playwright-mcp) |  | Browser automation via accessibility snapshots, no vision models needed |
| [AgentDeskAI/browser-tools-mcp](https://github.com/AgentDeskAI/browser-tools-mcp) |  | Browser console logs, network, errors monitoring |
| [0x4m4/hexstrike-ai](https://github.com/0x4m4/hexstrike-ai) |  | 150+ cybersecurity tools MCP |
| [BrowserMCP/mcp](https://github.com/BrowserMCP/mcp) |  | Direct browser control MCP |
| [CoplayDev/unity-mcp](https://github.com/CoplayDev/unity-mcp) |  | Unity Editor integration MCP |
| [zilliztech/claude-context](https://github.com/zilliztech/claude-context) |  | Code search MCP for Claude Code |
| [oraios/serena](https://github.com/oraios/serena) |  | IDE-like semantic code retrieval and symbol-level editing tools for any LLM |
| [GLips/Figma-Context-MCP](https://github.com/GLips/Figma-Context-MCP) |  | Feeds Figma layout and styling data to AI coding agents for one-shot UI builds |
| [21st-dev/magic-mcp](https://github.com/21st-dev/magic-mcp) |  | AI-powered UI component generation from natural language using 21st.dev library |
| [Jpisnice/shadcn-ui-mcp-server](https://github.com/Jpisnice/shadcn-ui-mcp-server) |  | Serves shadcn/ui v4 component source, demos, and blocks for React/Vue/Svelte |
| [idosal/git-mcp](https://github.com/idosal/git-mcp) |  | Zero-setup remote MCP server that turns any GitHub repo into an LLM doc hub |
| [aipotheosis-labs/aci](https://github.com/aipotheosis-labs/aci) |  | 600+ tools via unified MCP server |
| [CursorTouch/Windows-MCP](https://github.com/CursorTouch/Windows-MCP) |  | Windows desktop automation MCP |
| [cameroncooke/XcodeBuildMCP](https://github.com/cameroncooke/XcodeBuildMCP) |  | Xcode build, test, lint MCP |
| [Pimzino/spec-workflow-mcp](https://github.com/Pimzino/spec-workflow-mcp) |  | Spec-driven workflow with web dashboard |
| [Minidoracat/mcp-feedback-enhanced](https://github.com/Minidoracat/mcp-feedback-enhanced) |  | Interactive feedback loop MCP |
| [hangwin/mcp-chrome](https://github.com/hangwin/mcp-chrome) |  | Chrome extension MCP server reusing your browser sessions, logins, and tabs |
| [executeautomation/mcp-playwright](https://github.com/executeautomation/mcp-playwright) |  | Browser and API automation with screenshots, scraping, and device emulation |
| [browserbase/mcp-server-browserbase](https://github.com/browserbase/mcp-server-browserbase) |  | Cloud browser automation with Stagehand v3 for extraction and interaction |
| [laravel/boost](https://github.com/laravel/boost) |  | Laravel-focused MCP |
| [supermemoryai/apple-mcp](https://github.com/supermemoryai/apple-mcp) |  | Apple Notes, Contacts, Maps, Reminders MCP |
| [microsoft/mcp](https://github.com/microsoft/mcp) |  | Microsoft's official MCP catalog |
| [wonderwhy-er/DesktopCommanderMCP](https://github.com/wonderwhy-er/DesktopCommanderMCP) |  | Terminal control, file search, diff editing, and code execution from AI chat |
| [czlonkowski/n8n-mcp](https://github.com/czlonkowski/n8n-mcp) |  | Gives AI assistants full knowledge of 1,084 n8n nodes, templates, and docs |
| [googleapis/genai-toolbox](https://github.com/googleapis/genai-toolbox) |  | Open-source MCP server for databases with pooling, auth, and observability |
| [BeehiveInnovations/pal-mcp-server](https://github.com/BeehiveInnovations/pal-mcp-server) |  | Multi-model orchestration layer letting your CLI coordinate 50+ AI providers |
| [crystaldba/postgres-mcp](https://github.com/crystaldba/postgres-mcp) |  | Postgres index tuning, explain plans, health checks, and safe SQL execution |
| [supabase-community/supabase-mcp](https://github.com/supabase-community/supabase-mcp) |  | Connect AI assistants to Supabase for schema, queries, and project management |
| [bytebase/dbhub](https://github.com/bytebase/dbhub) |  | Zero-dependency MCP gateway for Postgres, MySQL, SQL Server, MariaDB, SQLite |
| [julien040/anyquery](https://github.com/julien040/anyquery) |  | SQL query engine for 40+ apps (Notion, GitHub, Chrome) with MCP and MySQL modes |
| [haris-musa/excel-mcp-server](https://github.com/haris-musa/excel-mcp-server) |  | Create, read, and modify Excel workbooks with charts, pivots, and formatting |
| [awslabs/mcp](https://github.com/awslabs/mcp) |  | Suite of 20+ specialized MCP servers spanning AWS compute, data, AI, and DevOps |
| [cloudflare/mcp-server-cloudflare](https://github.com/cloudflare/mcp-server-cloudflare) |  | Remote MCP servers for Workers, Radar, DNS, observability, and 10+ CF services |
| [hashicorp/terraform-mcp-server](https://github.com/hashicorp/terraform-mcp-server) |  | Manage Terraform Registry, HCP workspaces, and IaC automation via MCP |
| [containers/kubernetes-mcp-server](https://github.com/containers/kubernetes-mcp-server) |  | Native Go server for K8s/OpenShift CRUD, Helm, pod exec, and multi-cluster ops |
| [grafana/mcp-grafana](https://github.com/grafana/mcp-grafana) |  | Query dashboards, Prometheus, Loki, and manage alerts and incidents via MCP |
| [dagger/container-use](https://github.com/dagger/container-use) |  | Isolated containerized dev environments for parallel coding agents via MCP |
| [makenotion/notion-mcp-server](https://github.com/makenotion/notion-mcp-server) |  | Official Notion API integration for pages, databases, search, and content editing |
| [sooperset/mcp-atlassian](https://github.com/sooperset/mcp-atlassian) |  | Confluence and Jira integration supporting both Cloud and Server/Data Center |
| [taylorwilsdon/google_workspace_mcp](https://github.com/taylorwilsdon/google_workspace_mcp) |  | Control Gmail, Calendar, Drive, Docs, Sheets, and 6+ Google services via MCP |
| [korotovsky/slack-mcp-server](https://github.com/korotovsky/slack-mcp-server) |  | Slack workspace access with stealth mode, DMs, threads, and smart history fetch |
| [lharries/whatsapp-mcp](https://github.com/lharries/whatsapp-mcp) |  | Read, search, and send personal WhatsApp messages including media via MCP |
| [MarkusPfundstein/mcp-obsidian](https://github.com/MarkusPfundstein/mcp-obsidian) |  | Read, search, and edit Obsidian vault notes via the Local REST API plugin |
| [firecrawl/firecrawl-mcp-server](https://github.com/firecrawl/firecrawl-mcp-server) |  | Web scraping, crawling, search, and deep research with auto-retry and batching |
| [exa-labs/exa-mcp-server](https://github.com/exa-labs/exa-mcp-server) |  | Exa-powered semantic web search, code search, and company research for AI agents |
| [luminati-io/brightdata-mcp](https://github.com/luminati-io/brightdata-mcp) |  | Real-time web access and scraping for LLMs with anti-blocking via Bright Data |
| [zcaceres/markdownify-mcp](https://github.com/zcaceres/markdownify-mcp) |  | Convert PDFs, DOCX, images, audio, YouTube, and web pages to Markdown |
| [blazickjp/arxiv-mcp-server](https://github.com/blazickjp/arxiv-mcp-server) |  | Search, download, and analyze arXiv papers with local storage and caching |
| [antvis/mcp-server-chart](https://github.com/antvis/mcp-server-chart) |  | Generate 26+ chart types for data visualization and analysis using AntV |
| [LaurieWired/GhidraMCP](https://github.com/LaurieWired/GhidraMCP) |  | LLM-driven binary reverse engineering with Ghidra decompilation and analysis |
| [mrexodia/ida-pro-mcp](https://github.com/mrexodia/ida-pro-mcp) |  | Bridge IDA Pro disassembler to LLMs for AI-assisted reverse engineering |
| [ahujasid/blender-mcp](https://github.com/ahujasid/blender-mcp) |  | Control Blender 3D modeling, materials, and scene creation from Claude via MCP |
| [mobile-next/mobile-mcp](https://github.com/mobile-next/mobile-mcp) |  | Platform-agnostic iOS and Android automation on emulators, simulators, and devices |
| [doobidoo/mcp-memory-service](https://github.com/doobidoo/mcp-memory-service) |  | Persistent context memory across AI sessions using semantic search and embeddings |
| [cjo4m06/mcp-shrimp-task-manager](https://github.com/cjo4m06/mcp-shrimp-task-manager) |  | Structured task decomposition with dependency tracking and chain-of-thought for AI |
| [invariantlabs-ai/mcp-scan](https://github.com/invariantlabs-ai/mcp-scan) |  | Security scanner for MCP servers |
| [microsoft/azure-devops-mcp](https://github.com/microsoft/azure-devops-mcp) |  | Azure DevOps MCP |
| [elevenlabs/elevenlabs-mcp](https://github.com/elevenlabs/elevenlabs-mcp) |  | ElevenLabs TTS MCP |
| [jamubc/gemini-mcp-tool](https://github.com/jamubc/gemini-mcp-tool) |  | MCP server bridging Claude Code to Gemini CLI for large-context file analysis |
| [wong2/awesome-mcp-servers](https://github.com/wong2/awesome-mcp-servers) |  | Curated list of MCP servers with categorized directory and website |
| [grab/cursor-talk-to-figma-mcp](https://github.com/grab/cursor-talk-to-figma-mcp) |  | MCP integration between AI agents (Cursor, Claude Code) and Figma for reading and modifying designs |
| [steipete/Peekaboo](https://github.com/steipete/Peekaboo) |  | macOS CLI and MCP server for screenshots with visual Q&A via AI models |
| [Coding-Solo/godot-mcp](https://github.com/Coding-Solo/godot-mcp) |  | MCP server for Godot game engine with editor control and debug capture |
| [yctimlin/mcp_excalidraw](https://github.com/yctimlin/mcp_excalidraw) |  | Excalidraw MCP server and Claude Code skill for programmatic diagram creation |
| [kreuzberg-dev/kreuzberg](https://github.com/kreuzberg-dev/kreuzberg) |  | Document intelligence: extract text, metadata, images from 97+ formats via MCP |
| [epiral/bb-browser](https://github.com/epiral/bb-browser) |  | CLI plus MCP server for AI agents to control Chrome with your existing login state |
| [u14app/deep-research](https://github.com/u14app/deep-research) |  | Multi-LLM deep-research MCP server with SSE streaming and provider abstraction |
| [CodeGraphContext/CodeGraphContext](https://github.com/CodeGraphContext/CodeGraphContext) |  | Indexes local code into a graph database to provide deep context to AI assistants |
| [Gentleman-Programming/engram](https://github.com/Gentleman-Programming/engram) |  | Persistent memory for coding agents with SQLite + FTS5, MCP server, HTTP, CLI, TUI |
---
## Contributing
Found a missing repo? Open an issue or submit a PR! Only repositories with **1,000+ stars** are listed.
## License
[CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/)
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
cc-switch
All-in-One Assistant for Claude Code, Codex & Gemini CLI across platforms.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.