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.
Recommend MCP Servers 💡
cf-example-remote-mcp-server
An example remote MCP server deployed on Cloudflare Workers, demonstrating OAuth login and integration with MCP Inspector and Claude Desktop.
datadog-mcp-server
An MCP server that integrates with the official Datadog API, providing tools to access monitoring data, dashboards, metrics, events, logs, and incidents.
@upstash/mcp-server
An MCP server that enables natural language interaction with Upstash Developer APIs, allowing users to manage Redis databases, view usage, and perform other operations via MCP clients.
google_workspace_mcp
Control Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks & Drive with AI - Comprehensive Google Workspace MCP Server
@jason-tan-swe/railway-mcp
Unofficial MCP server for Railway.app integration, enabling MCP clients to manage infrastructure via natural language
@kocierik/mcp-nomad
An MCP server written in Go that provides comprehensive management capabilities for HashiCorp Nomad, including job, deployment, namespace, node, allocation, variable, volume, ACL, Sentinel policy, and cluster management.