CAPI Gateway for Cursor
io.github.surisoft-io/capi-core
Apache Camel API Gateway with REST-to-MCP bridging for LLM agents.
client:Cursor
transport:stdio
runtime:oci
Install CAPI Gateway in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"capi-core": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/surisoft/capi-core:1.417.5"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs