Manifold MCP Server

One interface. Many connections. Manifold. English | 日本語 Manifold is a gateway that acts as an MCP server while connecting to multiple external MCP servers and OpenAPI / Swagger-compliant REST APIs on the backend.

People who work with mcp gateway, oauth2 and openapi and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Go.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 4 · #164 OF 204 MAINTAINED SECURITY · VERIFIED 2026-09-18

MIT · Go servers · how we verify → /methodology

01 · Install Manifold

before you install - you'll need

Set OTEL_EXPORTER_OTLP_HEADERS_JSON before connecting.

Docker

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

Claude Desktop - add to config

{
  "mcpServers": {
    "nonchan7720-manifold": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/nonchan7720/manifold:v1.14.0"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license MIT - declared in the repository

registry namespace io.github.nonchan7720 is GitHub-verified and matches the repo owner

03 · Who maintains Manifold

Manifold is maintained by nonchan7720. It's the only MCP server we track from this author; the repo dates to Apr 2026.

04 · Facts

category
security - ranked #164 of 204 actively-maintained security servers as of 2026-09-18.
registry
io.github.nonchan7720/manifold (active, first published 2026-08-01 · 16 versions)
packages
oci:ghcr.io/nonchan7720/manifold:v1.14.0

05 · Manifold FAQ

What is Manifold?

One interface. Many connections. Manifold. English | 日本語 Manifold is a gateway that acts as an MCP server while connecting to multiple external MCP servers and OpenAPI / Swagger-compliant REST APIs on the backend.

Is Manifold still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17. We re-verify nightly.

How do I install Manifold?

Run `docker run -i --rm ghcr.io/nonchan7720/manifold:v1.14.0`. The README documents one environment variable (OTEL_EXPORTER_OTLP_HEADERS_JSON) to set first. Set OTEL_EXPORTER_OTLP_HEADERS_JSON before connecting. You can also paste the ready-made client config above.

06 · Alternatives to Manifold