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 need security tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in Go.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 4 · #150 OF 182 MAINTAINED SECURITY · VERIFIED 2026-08-25

MIT · Go servers · how we verify → /methodology

01 · Install Manifold

Docker

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

Claude Desktop - add to config

{
  "mcpServers": {
    "nonchan7720-manifold": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/nonchan7720/manifold:v1.7.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 · What Manifold can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.6.4 · 2026-08-24

1.6.4 (2026-08-24) · array item to item object

04 · 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.

05 · Facts

category
security - ranked #150 of 182 actively-maintained security servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-08-24)
registry
io.github.nonchan7720/manifold (active, first published 2026-08-01 · 7 versions)
packages
oci:ghcr.io/nonchan7720/manifold:v1.7.0

06 · 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-08-25, its last commit was 2026-08-24 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Manifold?

Run `docker run -i --rm ghcr.io/nonchan7720/manifold:v1.7.0`. You can also paste the ready-made client config above.

07 · Alternatives to Manifold