Odel
Manifold

Manifold

Local
@nonchan77204GoMITUpdated 2 days ago

MCP gateway aggregating MCP servers and OpenAPI/Swagger REST APIs behind one MCP endpoint

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/nonchan7720/manifold:v1.14.0

Run

docker run -i --rm ghcr.io/nonchan7720/manifold:v1.14.0

MCP client config

{
  "mcpServers": {
    "manifold": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/nonchan7720/manifold:v1.14.0"
      ]
    }
  }
}