OPS
@nanovms
About OPS
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.
Config
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"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is OPS?
OPS is an MCP server for ops (operations) tasks. It provides tools to list instances, list images, and create instances via the Model Context Protocol.
How to use OPS?
Build the server normally, then configure it in claude_desktop_config.json with the correct path to the ops-mcp binary and necessary environment variables (HOME, LOGNAME, PATH, SHELL, USER). Use the tools List instances, List images, or Instance create <image_name> (e.g., Instance create redis-server).
Key features of OPS
- Lists available instances.
- Lists available images.
- Creates new instances from specified image names.
Use cases of OPS
- Retrieve a list of running instances managed by Ops.
- View available images for deployment.
- Quickly launch a new instance (e.g., redis-server) from an image.
- Automate instance management through Claude conversations.
FAQ from OPS
What tools does OPS provide?
List instances, List images, and Instance create <image_name>.
How is OPS configured?
Add an entry to claude_desktop_config.json specifying the path to the ops-mcp binary and environment variables such as HOME, LOGNAME, PATH, SHELL, and USER.
What are the runtime requirements?
The README notes to ensure the command is in the correct path and the PATH variable is set appropriately. The server is built “like normally”, implying a local Go build environment.
Is OPS production-ready?
The README states it is a very initial cut and the author is open to suggestions, indicating early development.
Frequently asked questions
What tools does OPS provide?
`List instances`, `List images`, and `Instance create <image_name>`.
How is OPS configured?
Add an entry to `claude_desktop_config.json` specifying the path to the ops-mcp binary and environment variables such as HOME, LOGNAME, PATH, SHELL, and USER.
What are the runtime requirements?
The README notes to ensure the command is in the correct path and the PATH variable is set appropriately. The server is built “like normally”, implying a local Go build environment.
Is OPS production-ready?
The README states it is a very initial cut and the author is open to suggestions, indicating early development.
Basic information
More Cloud & Infrastructure MCP servers
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
Comments