opsmaxx for Cursor
io.github.opsmaxx/opsmaxx
SSH, files, containers and databases via the OpsMaxx desktop app - scoped per capability, audited.
client:Cursor
transport:stdio
runtime:npm
Install opsmaxx in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"opsmaxx": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@opsmaxx/mcp"
],
"env": {
"OPSMAXX_MCP_TOKEN": "<OPSMAXX_MCP_TOKEN>",
"OPSMAXX_MCP_PORT": "<OPSMAXX_MCP_PORT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs