AgHub
One hub for every AI coding agent. Unified configuration management for 22+ assistants.
What is AgHub?
AgHub is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to one hub for every ai coding agent. unified configuration management for 22+ assistants.
One hub for every AI coding agent. Unified configuration management for 22+ assistants.
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- One hub for every AI coding agent. Unified configuration man
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx aghubConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use AgHub
AgHub is a unified configuration hub for AI coding agents that lets developers manage MCP server configurations, skills, plugins, and model endpoints across 22+ supported assistants — including Claude Code, Cursor, Windsurf, Gemini CLI, and OpenCode — from a single desktop application. Instead of editing each tool's config files separately, AgHub provides a central interface where you configure once and deploy everywhere, with API keys stored securely in the OS-native keychain rather than plaintext files. It supports Stdio, SSE, and StreamableHttp MCP transports and enables sharing portable skill packages across agents.
Prerequisites
- Windows 10+, macOS 12+, or a supported Linux distribution (Ubuntu 22.04+, Debian 11+, or Fedora 34+)
- At least one AI coding agent installed (e.g., Claude Code, Cursor, Windsurf)
- Administrator or sufficient OS permissions to store credentials in the system keychain
- An internet connection to download plugins from the official registry (optional for local plugins)
Install AgHub
Install AgHub using Homebrew on macOS, or download the appropriate installer for your OS from the GitHub releases page.
# macOS via Homebrew
brew install --cask akarachen/tap/aghub
# Or download from releases:
# https://github.com/AkaraChen/aghub/releasesLaunch AgHub
Open AgHub from your Applications folder (macOS), Start Menu (Windows), or application launcher (Linux).
Add your first MCP server
In the MCP Configuration section, click Add Server and select the transport type (Stdio, SSE, or StreamableHttp). Enter the server command or URL and any required arguments.
Select target agents
Choose which of the 22+ supported agents (Claude Code, Cursor, Windsurf, etc.) should receive this MCP configuration. AgHub writes the appropriate config file for each selected agent.
Store API credentials securely
Enter any API keys required by your MCP servers. AgHub stores them in the OS-native keychain, so they never appear in plaintext configuration files.
Install plugins (optional)
Browse the official plugin registry within AgHub to install skill packages. You can also install from a Git URL or a local path.
AgHub Examples
Client configuration
AgHub manages config files automatically, but for reference, here is what a typical MCP server entry looks like in a config AgHub might write for Claude Desktop.
{
"mcpServers": {
"my-server": {
"command": "npx",
"args": ["-y", "my-mcp-package"],
"env": {
"API_KEY": "stored-in-keychain"
}
}
}
}Prompts to try
AgHub is a desktop management app rather than an MCP server you query directly. These describe typical use-case actions within the app.
- "Add the filesystem MCP server and deploy it to Claude Code and Cursor simultaneously."
- "Point Claude Code and OpenCode at my custom local inference endpoint."
- "Install the GitHub skill package from the official registry and enable it for all agents."Troubleshooting AgHub
AgHub does not detect an installed coding agent
Ensure the agent is installed in its default location. AgHub discovers agents by looking for their standard config file paths. You may need to restart AgHub after installing a new agent.
Changes to MCP configuration do not take effect in the agent
Most agents (including Claude Desktop and Cursor) require a full restart to reload their MCP configuration. Close and reopen the agent after saving changes in AgHub.
Keychain prompt appears on every launch on macOS
When macOS asks for keychain access, choose 'Always Allow' so AgHub can read stored credentials without prompting each session.
Frequently Asked Questions about AgHub
What is AgHub?
AgHub is a Model Context Protocol (MCP) server that one hub for every ai coding agent. unified configuration management for 22+ assistants. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install AgHub?
Follow the installation instructions on the AgHub GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with AgHub?
AgHub works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is AgHub free to use?
Yes, AgHub is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
AgHub Alternatives — Similar Developer Tools Servers
Looking for alternatives to AgHub? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up AgHub in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use AgHub?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.