Manifold
Rank #2,900io.github.nonchan7720/manifold
MCP gateway aggregating MCP servers and OpenAPI/Swagger REST APIs behind one MCP endpoint
Manifold is a Model Context Protocol (MCP) server published by nonchan7720. It ranks #2,900 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Manifold is listed across 2 registries — Official MCP and Glama, with 12 tracked versions. It was first listed on Aug 1, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 112,560 of 115,460 servers on MCP Toplist.
Use Manifold
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add manifold -e "ENCRYPT_KEY=<your ENCRYPT_KEY>" -e "SERVER_NAME=<your SERVER_NAME>" -- docker run -i --rm -p 9999:9999 -v "{config_path}:/home/nonroot/config.yaml" ghcr.io/nonchan7720/manifold:v1.12.0Replace each placeholder with your own value before saving.
[mcp_servers.manifold]
command = "docker"
args = ["run", "-i", "--rm", "-p", "9999:9999", "-v", "{config_path}:/home/nonroot/config.yaml", "ghcr.io/nonchan7720/manifold:v1.12.0"]
[mcp_servers.manifold.env]
ENCRYPT_KEY = "<your ENCRYPT_KEY>"
SERVER_NAME = "<your SERVER_NAME>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"manifold": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"9999:9999",
"-v",
"{config_path}:/home/nonroot/config.yaml",
"ghcr.io/nonchan7720/manifold:v1.12.0"
],
"env": {
"ENCRYPT_KEY": "<your ENCRYPT_KEY>",
"SERVER_NAME": "<your SERVER_NAME>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"manifold": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"9999:9999",
"-v",
"{config_path}:/home/nonroot/config.yaml",
"ghcr.io/nonchan7720/manifold:v1.12.0"
],
"env": {
"ENCRYPT_KEY": "<your ENCRYPT_KEY>",
"SERVER_NAME": "<your SERVER_NAME>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"manifold": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"9999:9999",
"-v",
"{config_path}:/home/nonroot/config.yaml",
"ghcr.io/nonchan7720/manifold:v1.12.0"
],
"env": {
"ENCRYPT_KEY": "<your ENCRYPT_KEY>",
"SERVER_NAME": "<your SERVER_NAME>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"manifold": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"9999:9999",
"-v",
"{config_path}:/home/nonroot/config.yaml",
"ghcr.io/nonchan7720/manifold:v1.12.0"
],
"env": {
"ENCRYPT_KEY": "<your ENCRYPT_KEY>",
"SERVER_NAME": "<your SERVER_NAME>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"manifold": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"9999:9999",
"-v",
"{config_path}:/home/nonroot/config.yaml",
"ghcr.io/nonchan7720/manifold:v1.12.0"
],
"env": {
"ENCRYPT_KEY": "<your ENCRYPT_KEY>",
"SERVER_NAME": "<your SERVER_NAME>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.nonchan7720%2Fmanifold)<a href="https://mcptoplist.com/server/io.github.nonchan7720%2Fmanifold"><img src="https://mcptoplist.com/badge/io.github.nonchan7720%2Fmanifold.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
nonchan7720
Other servers by nonchan7720
View all nonchan7720 servers →Available versions (12)
| Version | Published |
|---|---|
| 1.12.0 | Aug 30, 2026 |
| 1.11.0 | Aug 27, 2026 |
| 1.10.1 | Aug 26, 2026 |
| 1.10.0 | Aug 26, 2026 |
| 1.6.5 | Aug 25, 2026 |
| 1.6.4 | Aug 24, 2026 |
| 1.7.0 | Aug 21, 2026 |
| 1.6.3 | Aug 13, 2026 |
| 1.6.2 | Aug 10, 2026 |
| 1.6.1 | Aug 3, 2026 |
| 1.6.0 | Aug 1, 2026 |
| 1.5.1 | Aug 1, 2026 |
Frequently asked questions
- Who maintains Manifold?
- Manifold is maintained by nonchan7720, which publishes 2 MCP servers (12 total versions) tracked on MCP Toplist.
- Is Manifold listed on the Official MCP Registry?
- Yes — Manifold is listed on the Official MCP Registry, alongside Glama.
- How many versions does Manifold have?
- MCP Toplist tracks 12 versions of Manifold, most recently published on Aug 30, 2026.
- Where can I find the source code for Manifold?
- The source code for Manifold is hosted at github.com/nonchan7720/manifold.