Skip to content
Claude Desktop

Manifold for Claude Desktop

io.github.nonchan7720/manifold

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

client:Claude Desktop transport:stdio runtime:oci

Install Manifold in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "manifold": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/nonchan7720/manifold:v1.15.1"
      ],
      "env": {
        "ENCRYPT_KEY": "<ENCRYPT_KEY>",
        "SERVER_NAME": "<SERVER_NAME>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Manifold in other clients