mcp-hub
Rank #4,896io.github.ni-c/mcp-hub
Many stdio MCP servers from one container, published over HTTPS with OAuth 2.1 for any MCP client
mcp-hub is a Model Context Protocol (MCP) server published by ni-c. It ranks #4,896 of 115,460 servers tracked on MCP Toplist. mcp-hub is listed across 2 registries — Official MCP and Glama, with 8 tracked versions. It was first listed on Aug 11, 2026 and most recently updated on Aug 26, 2026.
Ranks ahead of 110,564 of 115,460 servers on MCP Toplist.
Use mcp-hub
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-hub -e "CONFIG_PATH=<your CONFIG_PATH>" -e "IDLE_TIMEOUT_MINUTES=<your IDLE_TIMEOUT_MINUTES>" -e "TOOL_CACHE_PATH=<your TOOL_CACHE_PATH>" -e "LOG_FILE=<your LOG_FILE>" -- npx -y @ni-c/mcp-hub --stdioReplace each placeholder with your own value before saving.
claude mcp add mcp-hub -e "EXTERNAL_URL=<your EXTERNAL_URL>" -e "PASSWORD_HASH=<your PASSWORD_HASH>" -e "TRUSTED_PROXIES=<your TRUSTED_PROXIES>" -e "CLIENT_REGISTRATION=<your CLIENT_REGISTRATION>" -e "CIMD_ALLOWED_ORIGINS=<your CIMD_ALLOWED_ORIGINS>" -e "PORT=<your PORT>" -- docker run -i --rm ghcr.io/ni-c/mcp-hub:0.10.0Replace each placeholder with your own value before saving.
[mcp_servers.mcp-hub]
command = "npx"
args = ["-y", "@ni-c/mcp-hub", "--stdio"]
[mcp_servers.mcp-hub.env]
CONFIG_PATH = "<your CONFIG_PATH>"
IDLE_TIMEOUT_MINUTES = "<your IDLE_TIMEOUT_MINUTES>"
TOOL_CACHE_PATH = "<your TOOL_CACHE_PATH>"
LOG_FILE = "<your LOG_FILE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.mcp-hub]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/ni-c/mcp-hub:0.10.0"]
[mcp_servers.mcp-hub.env]
EXTERNAL_URL = "<your EXTERNAL_URL>"
PASSWORD_HASH = "<your PASSWORD_HASH>"
TRUSTED_PROXIES = "<your TRUSTED_PROXIES>"
CLIENT_REGISTRATION = "<your CLIENT_REGISTRATION>"
CIMD_ALLOWED_ORIGINS = "<your CIMD_ALLOWED_ORIGINS>"
PORT = "<your PORT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-hub": {
"command": "npx",
"args": [
"-y",
"@ni-c/mcp-hub",
"--stdio"
],
"env": {
"CONFIG_PATH": "<your CONFIG_PATH>",
"IDLE_TIMEOUT_MINUTES": "<your IDLE_TIMEOUT_MINUTES>",
"TOOL_CACHE_PATH": "<your TOOL_CACHE_PATH>",
"LOG_FILE": "<your LOG_FILE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-hub": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/mcp-hub:0.10.0"
],
"env": {
"EXTERNAL_URL": "<your EXTERNAL_URL>",
"PASSWORD_HASH": "<your PASSWORD_HASH>",
"TRUSTED_PROXIES": "<your TRUSTED_PROXIES>",
"CLIENT_REGISTRATION": "<your CLIENT_REGISTRATION>",
"CIMD_ALLOWED_ORIGINS": "<your CIMD_ALLOWED_ORIGINS>",
"PORT": "<your PORT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-hub": {
"command": "npx",
"args": [
"-y",
"@ni-c/mcp-hub",
"--stdio"
],
"env": {
"CONFIG_PATH": "<your CONFIG_PATH>",
"IDLE_TIMEOUT_MINUTES": "<your IDLE_TIMEOUT_MINUTES>",
"TOOL_CACHE_PATH": "<your TOOL_CACHE_PATH>",
"LOG_FILE": "<your LOG_FILE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-hub": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/mcp-hub:0.10.0"
],
"env": {
"EXTERNAL_URL": "<your EXTERNAL_URL>",
"PASSWORD_HASH": "<your PASSWORD_HASH>",
"TRUSTED_PROXIES": "<your TRUSTED_PROXIES>",
"CLIENT_REGISTRATION": "<your CLIENT_REGISTRATION>",
"CIMD_ALLOWED_ORIGINS": "<your CIMD_ALLOWED_ORIGINS>",
"PORT": "<your PORT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-hub": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ni-c/mcp-hub",
"--stdio"
],
"env": {
"CONFIG_PATH": "<your CONFIG_PATH>",
"IDLE_TIMEOUT_MINUTES": "<your IDLE_TIMEOUT_MINUTES>",
"TOOL_CACHE_PATH": "<your TOOL_CACHE_PATH>",
"LOG_FILE": "<your LOG_FILE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-hub": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/mcp-hub:0.10.0"
],
"env": {
"EXTERNAL_URL": "<your EXTERNAL_URL>",
"PASSWORD_HASH": "<your PASSWORD_HASH>",
"TRUSTED_PROXIES": "<your TRUSTED_PROXIES>",
"CLIENT_REGISTRATION": "<your CLIENT_REGISTRATION>",
"CIMD_ALLOWED_ORIGINS": "<your CIMD_ALLOWED_ORIGINS>",
"PORT": "<your PORT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-hub": {
"command": "npx",
"args": [
"-y",
"@ni-c/mcp-hub",
"--stdio"
],
"env": {
"CONFIG_PATH": "<your CONFIG_PATH>",
"IDLE_TIMEOUT_MINUTES": "<your IDLE_TIMEOUT_MINUTES>",
"TOOL_CACHE_PATH": "<your TOOL_CACHE_PATH>",
"LOG_FILE": "<your LOG_FILE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-hub": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/mcp-hub:0.10.0"
],
"env": {
"EXTERNAL_URL": "<your EXTERNAL_URL>",
"PASSWORD_HASH": "<your PASSWORD_HASH>",
"TRUSTED_PROXIES": "<your TRUSTED_PROXIES>",
"CLIENT_REGISTRATION": "<your CLIENT_REGISTRATION>",
"CIMD_ALLOWED_ORIGINS": "<your CIMD_ALLOWED_ORIGINS>",
"PORT": "<your PORT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-hub": {
"command": "npx",
"args": [
"-y",
"@ni-c/mcp-hub",
"--stdio"
],
"env": {
"CONFIG_PATH": "<your CONFIG_PATH>",
"IDLE_TIMEOUT_MINUTES": "<your IDLE_TIMEOUT_MINUTES>",
"TOOL_CACHE_PATH": "<your TOOL_CACHE_PATH>",
"LOG_FILE": "<your LOG_FILE>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-hub": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/mcp-hub:0.10.0"
],
"env": {
"EXTERNAL_URL": "<your EXTERNAL_URL>",
"PASSWORD_HASH": "<your PASSWORD_HASH>",
"TRUSTED_PROXIES": "<your TRUSTED_PROXIES>",
"CLIENT_REGISTRATION": "<your CLIENT_REGISTRATION>",
"CIMD_ALLOWED_ORIGINS": "<your CIMD_ALLOWED_ORIGINS>",
"PORT": "<your PORT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ni-c%2Fmcp-hub)<a href="https://mcptoplist.com/server/io.github.ni-c%2Fmcp-hub"><img src="https://mcptoplist.com/badge/io.github.ni-c%2Fmcp-hub.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ni-c
Other servers by ni-c
- Hetzner DNS#6,094 · 7 vers
- FreshRSS#7,194 · 6 vers
- wg-easy#7,522 · 5 vers
- Opengist#7,951 · 5 vers
- Audiobookshelf#8,088 · 5 vers
- Linkwarden#8,722 · 4 vers
- OpenStreetMap#10,626 · 3 vers
- Calibre-Web#10,860 · 3 vers
- Mealie MCP Server#11,402 · 3 vers
- Rustpad MCP Server#11,712 · 3 vers
- ntfy#17,003 · 1 ver
- IMAP mailbox#17,902 · 1 ver
Available versions (8)
| Version | Published |
|---|---|
| 0.10.0 | Aug 26, 2026 |
| 0.9.2 | Aug 24, 2026 |
| 0.9.1 | Aug 19, 2026 |
| 0.9.0 | Aug 19, 2026 |
| 0.6.4 | Aug 18, 2026 |
| 0.6.2 | Aug 17, 2026 |
| 0.6.0 | Aug 14, 2026 |
| 0.5.1 | Aug 14, 2026 |
Frequently asked questions
- Who maintains mcp-hub?
- mcp-hub is maintained by ni-c, which publishes 17 MCP servers (59 total versions) tracked on MCP Toplist.
- Is mcp-hub listed on the Official MCP Registry?
- Yes — mcp-hub is listed on the Official MCP Registry, alongside Glama.
- How many versions does mcp-hub have?
- MCP Toplist tracks 8 versions of mcp-hub, most recently published on Aug 26, 2026.
- Where can I find the source code for mcp-hub?
- The source code for mcp-hub is hosted at github.com/ni-c/mcp-hub.