the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.ni-c/mcp-hub",
"description": "Serve many stdio MCP servers from one container, for ChatGPT, Claude and other MCP clients",
"title": "mcp-hub",
"repository": {
"url": "https://github.com/ni-c/mcp-hub",
"source": "github"
},
"version": "0.9.1",
"websiteUrl": "https://mcp-hub.ni-c.de",
"packages": [
{
"registryType": "npm",
"identifier": "@ni-c/mcp-hub",
"version": "0.9.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "--stdio",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Path to the mcp.json listing the servers to expose, in Claude Code's mcpServers format (default mcp.json in the working directory)",
"format": "string",
"name": "CONFIG_PATH"
},
{
"description": "Minutes of inactivity before a server is put to sleep; 0 starts every server at launch and keeps it running (default 60)",
"format": "number",
"default": "60",
"name": "IDLE_TIMEOUT_MINUTES"
},
{
"description": "Tool snapshots of sleeping servers (default .mcp-hub/tool-cache.json beside the config)",
"format": "string",
"name": "TOOL_CACHE_PATH"
},
{
"description": "Mirror the hub's log lines into this file; stdout carries the protocol, so logging goes to stderr otherwise",
"format": "string",
"name": "LOG_FILE"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/ni-c/mcp-hub:0.9.1",
"transport": {
"type": "streamable-http",
"url": "http://localhost:{PORT}/hub"
},
"environmentVariables": [
{
"description": "Public base URL exactly as clients see it, e.g. https://mcp.example.net (no path)",
"isRequired": true,
"format": "string",
"name": "EXTERNAL_URL"
},
{
"description": "bcrypt hash of the OAuth login password (htpasswd -bnBC 10 \"\" 'pw' | tr -d ':\\n')",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "PASSWORD_HASH"
},
{
"description": "Comma-separated IPs/CIDRs of the reverse proxy allowed to set X-Forwarded-* headers",
"format": "string",
"name": "TRUSTED_PROXIES"
},
{
"description": "Listen port inside the container",
"format": "number",
"default": "80",
"name": "PORT"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-19T23:17:57.157617Z",
"publishedAt": "2026-08-19T23:17:57.157617Z",
"updatedAt": "2026-08-19T23:17:57.157617Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.9.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.