OPS
@nanovms
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 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"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
云与基础设施 分类下的更多 MCP 服务器
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
Supabase MCP Server
coleam00Supabase MCP server created in Python.
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
🐋 Docker MCP server
ckreilingMCP server for Docker
Mcp K8s Go
strowkMCP server connecting to Kubernetes
评论