mcp-hub
io.github.ni-c/mcp-hub · Status: active
If you find your own account name here: write informally to German.saas@web.de, stating the identifier concerned. No reason has to be given. How to object
- Registry name
io.github.ni-c/mcp-hub- Package coordinate
npm:@ni-c/mcp-hub- Version
0.6.1- Listed in the registry
- 2026-08-14
- Changed in the registry
- 2026-08-14
- First seen by tracevero
- 2026-08-15
- Vendor's website
- https://mcp-hub.ni-c.de
Serve many stdio MCP servers from one container, for ChatGPT, Claude and other MCP clients
Vendor's own description, untranslated and unverified
Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin. What the confidence levels mean
Measured values
| Credentials required | yes Raw declaration – Required secret variables (raw): PASSWORD_HASH, PASSWORD_HASH Raw declaration – Required secret headers (raw): confirmed absent Source: MCP-Register · collected on 2026-08-15 · derived |
|---|---|
| Execution location | remote Raw declaration – Transports (raw): streamable-http, streamable-http Source: MCP-Register · collected on 2026-08-15 · derived |
| Path argument present | no Raw declaration – Path arguments (raw): confirmed absent Raw declaration – Path environment variables (raw): confirmed absent Source: MCP-Register · collected on 2026-08-15 · derived |
| Repository URL listed | yes Raw declaration – Repository (raw): https://github.com/ni-c/mcp-hub Source: MCP-Register · collected on 2026-08-15 · derived |
| Version | 0.6.1 Source: MCP-Register · collected on 2026-08-15 · self-declared |
Position within the holdings
How many of the 21,996 published entries carry the same measured value. A reference figure, not an assessment.
- Credentials requiredyes1,144 of 21,996 carry this value (5.2 %)View these entries
- Execution locationremote5,239 of 21,996 carry this value (24 %)View these entries
- Path argument presentno6,510 of 21,996 carry this value (30 %)View these entries
- Repository URL listedyes3,217 of 21,996 carry this value (15 %)View these entries
All 4 values together are carried by 274 of 21,996 entries.
The source's raw values23
Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin.
| Environment variables (raw) | EXTERNAL_URL, PASSWORD_HASH, CONFIG_PATH, DATA_PATH, TRUSTED_PROXIES, PORT, EXTERNAL_URL, PASSWORD_HASH, TRUSTED_PROXIES, PORT Source: MCP-Register · collected on 2026-08-15 · self-declared |
|---|---|
| Required secret variables (raw) | PASSWORD_HASH, PASSWORD_HASH Source: MCP-Register · collected on 2026-08-15 · self-declared |
| Transports (raw) | streamable-http, streamable-http Source: MCP-Register · collected on 2026-08-15 · self-declared |
| Path arguments (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-15 · self-declared |
| Repository (raw) | https://github.com/ni-c/mcp-hub Source: MCP-Register · collected on 2026-08-15 · self-declared |
| Package registries (raw) | npm, oci Source: MCP-Register · collected on 2026-08-15 · self-declared |
| Required secret headers (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Path environment variables (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Remote URLs (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Remote hosts (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Registry status message (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
| First listed in the registry (raw) | 2026-08-14 Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Last changed in the registry (raw) | 2026-08-14 Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Schema version of the raw record (raw) | https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Delivery form (raw) | paket Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Repository platform (raw) | github Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Repository subfolder (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Package identifiers (raw) | @ni-c/mcp-hub, ghcr.io/ni-c/mcp-hub:0.6.1 Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Package versions (raw) | 0.6.1 Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Runtime hints (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Environment variable formats (raw) | number, string Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Environment variable descriptions (raw) | CONFIG_PATH=Path to the mcp.json listing the servers to expose, in Claude Code's mcpServers format (default /config/mcp.json) · DATA_PATH=Directory for the JWT key and OAuth client state; must persist across restarts (default /data) · EXTERNAL_URL=Public base URL exactly as clients see it, e.g. https://mcp.example.net (no path) · PASSWORD_HASH=bcrypt hash of the OAuth login password (htpasswd -bnBC 10 "" 'pw' | tr -d ':\n') · PORT=Listen port · PORT=Listen port inside the container · TRUSTED_PROXIES=Comma-separated IPs/CIDRs of the reverse proxy allowed to set X-Forwarded-* headers Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Icon formats (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
Changes
| 2026-08-16 | Last changed in the registry (raw): – → 2026-08-14 |
|---|---|
| 2026-08-16 | First listed in the registry (raw): – → 2026-08-14 |
| 2026-08-16 | Registry status message (raw): – → – |
| 2026-08-16 | Schema version of the raw record (raw): – → https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json |
| 2026-08-16 | Icon formats (raw): – → – |
| 2026-08-16 | Environment variable descriptions (raw): – → CONFIG_PATH=Path to the mcp.json listing the servers to expose, in Claude Code's mcpServers format (default /config/mcp.json) · DATA_PATH=Directory for the JWT key and OAuth client state; must persist across restarts (default /data) · EXTERNAL_URL=Public base URL exactly as clients see it, e.g. https://mcp.example.net (no path) · PASSWORD_HASH=bcrypt hash of the OAuth login password (htpasswd -bnBC 10 "" 'pw' | tr -d ':\n') · PORT=Listen port · PORT=Listen port inside the container · TRUSTED_PROXIES=Comma-separated IPs/CIDRs of the reverse proxy allowed to set X-Forwarded-* headers |
| 2026-08-16 | Environment variable formats (raw): – → number, string |
| 2026-08-16 | Delivery form (raw): – → paket |
| 2026-08-16 | Remote hosts (raw): – → – |
| 2026-08-16 | Remote URLs (raw): – → – |
These are the 10 most recent changes to this entry. Full history
tracevero · https://tracevero.com/en/mcp/io-github-ni-c-mcp-hub