Package
Manifold
MCP gateway aggregating MCP servers and OpenAPI/Swagger REST APIs behind one MCP endpoint
io.github.nonchan7720/manifoldSource repository
Overview
What this server provides
MCP gateway aggregating MCP servers and OpenAPI/Swagger REST APIs behind one MCP endpoint
Install
1Packages
ghcr.io/nonchan7720/manifold:v1.16.0Version not declared
Runtime
Not declaredTransport streamable-httphttp://localhost:9999/mcp/{SERVER_NAME}- ENCRYPT_KEYRequired
Base64-encoded 32-byte AES-256 key used to encrypt stored tokens (generate with: openssl rand -base64 32)
Format: string - SERVER_NAMERequired
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)
Format: string - -v.config_pathRequired
Absolute path to your config.yaml on the host
Format: filepath