MCP gateway aggregating MCP servers and OpenAPI/Swagger REST APIs behind one MCP endpoint
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
ghcr.io/nonchan7720/manifold:v1.7.0 · oci
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.nonchan7720/manifold",
"description": "MCP gateway aggregating MCP servers and OpenAPI/Swagger REST APIs behind one MCP endpoint",
"title": "Manifold",
"repository": {
"url": "https://github.com/nonchan7720/manifold",
"source": "github"
},
"version": "1.7.0",
"websiteUrl": "https://github.com/nonchan7720/manifold",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/nonchan7720/manifold:v1.7.0",
"transport": {
"type": "streamable-http",
"url": "http://localhost:9999/mcp/{SERVER_NAME}"
},
"runtimeArguments": [
{
"description": "Expose the gateway port",
"isRequired": true,
"value": "9999:9999",
"type": "named",
"name": "-p"
},
{
"description": "Mount the Manifold configuration file into the container",
"isRequired": true,
"value": "{config_path}:/home/nonroot/config.yaml",
"variables": {
"config_path": {
"description": "Absolute path to your config.yaml on the host",
"isRequired": true,
"format": "filepath"
}
},
"type": "named",
"name": "-v"
}
],
"environmentVariables": [
{
"description": "Base64-encoded 32-byte AES-256 key used to encrypt stored tokens (generate with: openssl rand -base64 32)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ENCRYPT_KEY"
},
{
"description": "Name of a backend server defined under mcpServers in config.yaml; forms the MCP endpoint path /mcp/{SERVER_NAME} (not read by the container itself)",
"isRequired": true,
"format": "string",
"name": "SERVER_NAME"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-21T11:09:57.018506Z",
"publishedAt": "2026-08-21T11:09:57.018506Z",
"updatedAt": "2026-08-21T11:09:57.018506Z",
"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 1.7.0last 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.