SSH, files, containers and databases via the OpsMaxx desktop app - scoped per capability, audited.
claude mcp add opsmaxx -- npx -y @opsmaxx/mcp
claude_desktop_config.json
{
"mcpServers": {
"opsmaxx": {
"command": "npx",
"args": [
"-y",
"@opsmaxx/mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"opsmaxx": {
"command": "npx",
"args": [
"-y",
"@opsmaxx/mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"opsmaxx": {
"command": "npx",
"args": [
"-y",
"@opsmaxx/mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"opsmaxx": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@opsmaxx/mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"opsmaxx": {
"command": "npx",
"args": [
"-y",
"@opsmaxx/mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.OpsMaxx--opsmaxx/reviews or the review_server meta-tool.
POST /mcp