PluginBench
MCP Server
Active
MIT

Manifold MCP Server

io.github.nonchan7720/manifold

What is the Manifold MCP server?

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

How to install Manifold

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • ENCRYPT_KEY
    required
    secret

    Base64-encoded 32-byte AES-256 key used to encrypt stored tokens (generate with: openssl rand -base64 32)

  • SERVER_NAME
    required

    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)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "manifold": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/nonchan7720/manifold:v1.6.3",
        "-p",
        "9999:9999",
        "-v",
        "{config_path}:/home/nonroot/config.yaml"
      ],
      "env": {
        "ENCRYPT_KEY": "<YOUR_ENCRYPT_KEY>",
        "SERVER_NAME": "<YOUR_SERVER_NAME>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "manifold": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/nonchan7720/manifold:v1.6.3",
        "-p",
        "9999:9999",
        "-v",
        "{config_path}:/home/nonroot/config.yaml"
      ],
      "env": {
        "ENCRYPT_KEY": "<YOUR_ENCRYPT_KEY>",
        "SERVER_NAME": "<YOUR_SERVER_NAME>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "manifold": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/nonchan7720/manifold:v1.6.3",
        "-p",
        "9999:9999",
        "-v",
        "{config_path}:/home/nonroot/config.yaml"
      ],
      "env": {
        "ENCRYPT_KEY": "<YOUR_ENCRYPT_KEY>",
        "SERVER_NAME": "<YOUR_SERVER_NAME>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "manifold": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/nonchan7720/manifold:v1.6.3",
        "-p",
        "9999:9999",
        "-v",
        "{config_path}:/home/nonroot/config.yaml"
      ],
      "env": {
        "ENCRYPT_KEY": "<YOUR_ENCRYPT_KEY>",
        "SERVER_NAME": "<YOUR_SERVER_NAME>"
      }
    }
  }
}
Claude Code
claude mcp add manifold --env ENCRYPT_KEY=<YOUR_ENCRYPT_KEY> --env SERVER_NAME=<YOUR_SERVER_NAME> -- docker run -i --rm ghcr.io/nonchan7720/manifold:v1.6.3 -p 9999:9999 -v {config_path}:/home/nonroot/config.yaml

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →