AgHub

v1.0.0Developer Toolsstable

One hub for every AI coding agent. Unified configuration management for 22+ assistants.

aiassistantclaude-codeconfiguration-managementcursor
Share:
222
Stars
0
Downloads
0
Weekly
0/5

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

Manage configs for 22+ AI assistants
Unify coding assistant configuration
Synchronize settings across tools
AkaraChen

Maintainer

LicenseMIT
Languagerust
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx aghub

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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)
1

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/releases
2

Launch AgHub

Open AgHub from your Applications folder (macOS), Start Menu (Windows), or application launcher (Linux).

3

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.

4

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.

5

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.

6

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.

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.

Quick Config Preview

{ "mcpServers": { "aghub": { "command": "npx", "args": ["-y", "aghub"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides