MCP ExplorerExplorer

Ops Mcp

@nanovmson 10 months ago
1 Apache-2.0
FreeCommunity
AI Systems
mcp server for ops

Overview

What is Ops Mcp

ops-mcp is a dedicated MCP server designed for operational tasks, facilitating the management and deployment of applications.

Use cases

Use cases for ops-mcp include automating application deployments, managing operational tasks in cloud environments, and integrating with CI/CD pipelines for streamlined development workflows.

How to use

To use ops-mcp, include its configuration in your Claude settings by adding the specified JSON snippet to your Claude desktop configuration file located at ‘~/Library/Application Support/Claude/claude_desktop_config.json’. Ensure the command path and environment variables are correctly set.

Key features

Key features of ops-mcp include easy integration with Claude, customizable command execution, and environment variable management to ensure seamless operation.

Where to use

ops-mcp can be used in various fields such as software development, DevOps, and cloud computing, where efficient application management and deployment are crucial.

Content

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.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers