Manifold for Cursor
io.github.nonchan7720/manifold
MCP gateway aggregating MCP servers and OpenAPI/Swagger REST APIs behind one MCP endpoint
client:Cursor
transport:stdio
runtime:oci
Install Manifold in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"manifold": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/nonchan7720/manifold:v1.15.1"
],
"env": {
"ENCRYPT_KEY": "<ENCRYPT_KEY>",
"SERVER_NAME": "<SERVER_NAME>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs