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.
ENCRYPT_KEYrequiredsecretBase64-encoded 32-byte AES-256 key used to encrypt stored tokens (generate with: openssl rand -base64 32)
SERVER_NAMErequiredName of a backend server defined under mcpServers in config.yaml; forms the MCP endpoint path /mcp/{SERVER_NAME} (not read by the container itself)
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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.yamlRelated MCP servers
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
World Monitor
Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.
Netdata
Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Trending hip-hop artist momentum scores across four cultural dimensions.
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.