by nanovms
A server that enables DevOps workflows for unikernel development using the nanos/ops toolchain, exposing MCP endpoints for instance and image management.
Ops Mcp provides an MCP‑compatible server that works with the nanos/ops toolchain to create, list, and manage unikernel instances and images. It integrates with Claude’s configuration to expose simple commands for common operations such as listing instances, listing images, and creating new instances.
go build).~/Library/Application Support/Claude/claude_desktop_config.json).List instancesList imagesInstance create <image_name>Instance create redis-serverPATH includes the nanos/ops binaries.args array in the configuration can be modified; the default is an empty list.~/Library/Application Support/Claude/claude_desktop_config.json.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.
Please log in to share your review and rating for this MCP.
{
"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"
}
}
}
}claude mcp add ops-mcp /Users/eyberg/go/src/github.com/nanovms/ops-mcp/ops-mcpExplore related MCPs that share similar capabilities and solve comparable challenges
by zed-industries
A high‑performance, multiplayer code editor designed for speed and collaboration.
by modelcontextprotocol
Model Context Protocol Servers
by modelcontextprotocol
A Model Context Protocol server for Git repository interaction and automation.
by modelcontextprotocol
A Model Context Protocol server that provides time and timezone conversion capabilities.
by cline
An autonomous coding assistant that can create and edit files, execute terminal commands, and interact with a browser directly from your IDE, operating step‑by‑step with explicit user permission.
by continuedev
Enables faster shipping of code by integrating continuous AI agents across IDEs, terminals, and CI pipelines, offering chat, edit, autocomplete, and customizable agent workflows.
by upstash
Provides up-to-date, version‑specific library documentation and code examples directly inside LLM prompts, eliminating outdated information and hallucinated APIs.
by github
Connects AI tools directly to GitHub, enabling natural‑language interactions for repository browsing, issue and pull‑request management, CI/CD monitoring, code‑security analysis, and team collaboration.
by daytonaio
Provides a secure, elastic infrastructure that creates isolated sandboxes for running AI‑generated code with sub‑90 ms startup, unlimited persistence, and OCI/Docker compatibility.