MCPHub LabRegistryAkaraChen/aghub
AkaraChen

AkaraChen/aghub

Built by AkaraChen β€’ 24 stars

What is AkaraChen/aghub?

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

How to use AkaraChen/aghub?

1. Install a compatible MCP client (like Claude Desktop). 2. Open your configuration settings. 3. Add AkaraChen/aghub using the following command: npx @modelcontextprotocol/akarachen-aghub 4. Restart the client and verify the new tools are active.
πŸ›‘οΈ Scoped (Restricted)
npx @modelcontextprotocol/akarachen-aghub --scope restricted
πŸ”“ Unrestricted Access
npx @modelcontextprotocol/akarachen-aghub

Key Features

Native MCP Protocol Support
Real-time Tool Activation & Execution
Verified Standard Implementation
Secure Resource & Context Handling

Optimized Use Cases

Extending AI models with custom local capabilities
Automating system workflows via natural language
Connecting external data sources to LLM context windows

AkaraChen/aghub FAQ

Q

Is AkaraChen/aghub safe?

Yes, AkaraChen/aghub follows the standardized Model Context Protocol security patterns and only executes tools with explicit user-granted permissions.

Q

Is AkaraChen/aghub up to date?

AkaraChen/aghub is currently active in the registry with 24 stars on GitHub, indicating its reliability and community support.

Q

Are there any limits for AkaraChen/aghub?

Usage limits depend on the specific implementation of the MCP server and your system resources. Refer to the official documentation below for technical details.

Official Documentation

View on GitHub

aghub

One hub for every AI coding agent.

Version Downloads Homebrew Platform Built with Tauri License

<a href="https://www.producthunt.com/products/aghub/reviews/new?utm_source=badge-product_review&utm_medium=badge&utm_source=badge-aghub" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/product_review.svg?product_id=1193657&theme=light" alt="AGHub - The&#32;hub&#32;for&#32;every&#32;AI&#32;agent&#32;that&#32;isn&#39;t&#32;slop&#46; | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>

δΈ­ζ–‡η‰ˆζœ¬

'aghub banner'

'aghub screenshot'


Installation

macOS (Homebrew)

# Add the tap
brew tap fldicoahkiin/tap

# Install Desktop App
brew install --cask aghub

# Or install CLI Tool only
brew install aghub-cli

Download

PlatformDownload
Windows (experimental)setup.exe
macOS (Intel)dmg
macOS (Apple Silicon)dmg
LinuxAppImage

Or visit Releases for all available downloads.

System Requirements

  • Windows: Windows 10 and above
  • macOS: macOS 12 (Monterey) and above
  • Linux: Ubuntu 22.04+ / Debian 11+ / Fedora 34+ and other mainstream distributions

Features

Unified MCP Management

  • Configure once, deploy to any of 22+ supported agents
  • Stdio, SSE, and StreamableHttp transports
  • Enable or disable servers without removing them
  • View and audit servers across all agents in one command

Portable Skills

  • Import .skill packages or author skills with SKILL.md frontmatter
  • Share skills across agents via the universal skills directory
  • SHA-256 content verification and source provenance tracking
  • Browse and install from the skills.sh marketplace

Flexible Scoping

  • Global, project, or merged config views per agent
  • Filter by agent or list everything at once
  • Full audit trail of every configured resource

Contributing

Contributions are welcome! To get started:

git clone https://github.com/akarachen/aghub.git
cd aghub
just desktop    # Debug build
just test       # Run tests
just lint       # Run clippy

Please ensure just test and just lint pass before submitting a pull request.

License

This project is licensed under the MIT License.

Star History

<a href="https://www.star-history.com/#AkaraChen/aghub&type=date&legend=top-left"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=AkaraChen/aghub&type=date&theme=dark&legend=top-left" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=AkaraChen/aghub&type=date&legend=top-left" /> <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=AkaraChen/aghub&type=date&legend=top-left" /> </picture> </a>

Global Ranking

2.4
Trust ScoreMCPHub Index

Based on codebase health & activity.

Manual Config

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