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 💡
@tiberriver256/mcp-server-azure-devops
An MCP server implementation for Azure DevOps, allowing AI assistants to interact with Azure DevOps APIs through a standardized protocol.
microsoft-fabric-rti-mcp
MCP server enabling AI agents to interact with Microsoft Fabric Real-Time Intelligence services through natural language commands translated to KQL operations
entraid-mcp-server
MCP server for interacting with EntraID through Microsoft Graph API.
telnyx-mcp-server
Official Telnyx MCP Server enabling interaction with telephony, messaging, and AI assistant APIs for MCP clients.
esxi-mcp-server
A VMware ESXi/vCenter management server based on MCP, providing REST API interfaces for virtual machine management.
harness-mcp-server
A Model Context Protocol (MCP) server that integrates with Harness APIs to provide automation and interaction capabilities for pipelines, pull requests, repositories, and logs.