MCP server for CloudGrid. Three editions: a local stdio server (full toolset), a hosted web server (light, CLI-free toolset), and a public docs server (search_cloudgrid_documentation) over MCP Streama…
{
"mcpServers": {
"cloudgrid-iomcp": {
"command": "npx",
"args": [
"-y",
"@cloudgrid-io/mcp"
]
}
}
}