Servers
OPS
@nanovms
OPS is a MCP server that allows you to build, deploy and orchestrate unikernels on any cloud from AWS to GCP or Azure. Unikernels are single application virtual machines with no users, no shells and no ability to run other programs.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ops-mcp": {
"command": "/Users/eyberg/go/src/github.com/nanovms/ops-mcp/ops-mcp",
"args": [],
"env": {
"HOME": "/Users/eyberg",
"LOGNAME": "eyberg",
"PATH": "/bin:/Users/eyberg/.ops/bin",
"SHELL": "/bin/zsh",
"USER": "eyberg"
}
}
}
}