Loading MCP server directory, please wait...
MCP gateway aggregating MCP servers and OpenAPI/Swagger REST APIs behind one MCP endpoint
npx @getmcp/cli add io.github.nonchan7720/manifoldRequires Docker Engine. Community-contributed server. Review source before installing.
ENCRYPT_KEYBase64-encoded 32-byte AES-256 key used to encrypt stored tokens (generate with: openssl rand -base64 32)
SERVER_NAMEName of a backend server defined under mcpServers in config.yaml; forms the MCP endpoint path /mcp/{SERVER_NAME} (not read by the container itself)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.nonchan7720/manifold": {
"command": "docker",
"args": [
"9999:9999",
"{config_path}:/home/nonroot/config.yaml",
"run",
"-i",
"--rm",
"-e",
"ENCRYPT_KEY",
"-e",
"SERVER_NAME",
"ghcr.io/nonchan7720/manifold:v1.5.1"
],
"env": {
"ENCRYPT_KEY": "",
"SERVER_NAME": ""
}
}
}
}