GoModel for Cursor
io.github.enterpilot/gomodel
Self-hosted gateway aggregating upstream MCP servers behind one authenticated HTTP endpoint.
client:Cursor
transport:stdio
runtime:oci
Install GoModel in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gomodel": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/enterpilot/gomodel:0.1.97"
],
"env": {
"GOMODEL_MASTER_KEY": "<GOMODEL_MASTER_KEY>",
"MCP_SERVERS": "<MCP_SERVERS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs