ops-mcp

nanovms/ops-mcp

3.3

If you are the rightful owner of ops-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The ops-mcp server is a model context protocol server designed for managing and deploying instances and images efficiently. It integrates with Claude to provide a seamless experience for users.

Tools
4
Resources
0
Prompts
0

ops-mcp

mcp server for ops

Build like normally.

Put this in your Claud config:

~/Library/Application Support/Claude/claude_desktop_config.json

Ensure your command is in the right path and more importantly the PATH env is set to run.

{
"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"
        }
    }
  }
}

Available tools:

List instances
List images
Instance create <image_name>
Instance create redis-server

Note: Very open to suggestions on how this all should work as this initial cut was done not having ever used Claude or MCP.