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 💡
Defang MCP Server
Defang is an AI-enabled cloud deployment platform that simplifies deploying applications to various cloud providers (AWS, GCP, DigitalOcean) with a single command, handling infrastructure complexities like security, scalability, and cost-efficiency.
mcp-server-aws
An MCP server for interacting with AWS S3 and DynamoDB services, providing operations like creating, listing, deleting buckets/tables, and managing items.
@sentry/mcp-server
An MCP server enabling LLM interactions with Sentry, supporting stdio and remote transports.
delano/postman-mcp-server
An MCP server that integrates with the Postman API to manage collections, environments, and APIs.
@aiondadotcom/mcp-salesforce
A Model Context Protocol (MCP) server for seamless Salesforce integration, offering OAuth authentication and universal CRUD operations on any Salesforce object for AI assistants like Claude.
mcp-azure-devops
An MCP server that enables AI assistants to interact with Azure DevOps services, providing functionalities for work item, project, and team management.