OM

ops-mcp mcp server for ops.

Created 3 months ago

ops-mcp mcp server for ops.

development documentation public

What is ops-mcp mcp server for ops.?

Build like normally. Put this in your Claude 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.

Documentation

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.

Server Config

{
  "mcpServers": {
    "ops-mcp-mcp-server-for-ops.-server": {
      "command": "npx",
      "args": [
        "ops-mcp-mcp-server-for-ops."
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: No

Project Info

Hosted Featured
Created At: Aug 07, 2025
Updated At: Aug 07, 2025
Author: nanovms
Category: MCP Server
Tags:
development documentation public