MCPHub LabRegistryAkaraChen/aghub
AkaraChen

AkaraChen/aghub

Built by AkaraChen β€’ 24 stars

What is AkaraChen/aghub?

A high-performance MCP server implementation for AkaraChen/aghub that bridges the gap between the Model Context Protocol and external services. It allows Large Language Models to interact with your data and tools with low latency and native support.

How to use AkaraChen/aghub?

1. Ensure you have an MCP-compatible client (like Claude Desktop) installed. 2. Configure your server with: npx @modelcontextprotocol/AkaraChen/aghub 3. Restart your client and verify the new tools are available in the system catalog.
πŸ›‘οΈ Scoped (Restricted)
npx @modelcontextprotocol/akarachen-aghub --scope restricted
πŸ”“ Unrestricted Access
npx @modelcontextprotocol/akarachen-aghub

Key Features

Native MCP Protocol Support
High-performance Data Streaming
Type-safe Tool Definitions
Seamless Environment Integration

Optimized Use Cases

Connecting external databases to AI workflows
Automating workflow tasks via natural language
Augmenting developer productivity with specialized tools

AkaraChen/aghub FAQ

Q

What is an MCP server?

MCP is an open standard that enables developers to build secure, two-way integrations between AI models and local or remote data sources.

Q

Is this server ready for production?

Yes, this server follows standard MCP security patterns and tool-restricted access.

Official Documentation

View on GitHub

'aghub banner'

'aghub screenshot'

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>

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

Installation

macOS (Homebrew)

# Install Desktop App
brew install --cask akarachen/tap/aghub

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

  • Install plugins from anywhere β€” the official registry, third-party Git URLs, or a local path
  • Marketplace built in β€” discover, browse, and install Claude Code plugins (v2) without leaving aghub
  • Full lifecycle management β€” install, update, enable/disable, and remove plugins with one command
  • Global or project scope β€” apply plugins everywhere or pin them to a single project

Claude Code Plugins

  • Start from a preset β€” spin up popular providers from built-in presets, or configure a custom endpoint from scratch
  • Bring your own model β€” point Claude, Codex, and OpenCode at any custom inference endpoint
  • Every API format β€” Anthropic Messages, OpenAI Chat Completions, and OpenAI Responses
  • Keys stay safe β€” API keys are stored in your OS-native keychain, never in plaintext config
  • Per-agent model selection β€” choose the right provider and model for each agent independently

Claude Code Plugins

  • Install plugins from anywhere β€” the official registry, third-party Git URLs, or a local path
  • Marketplace built in β€” discover, browse, and install Claude Code plugins (v2) without leaving aghub
  • Full lifecycle management β€” install, update, enable/disable, and remove plugins with one command
  • Global or project scope β€” apply plugins everywhere or pin them to a single project

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

4.4
Trust ScoreMCPHub Index

Based on codebase health & activity.

Manual Config

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