OPS

Created By
nanovmsa year ago
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.
Overview

what is OPS?

OPS is a MCP server that enables users to build, deploy, and orchestrate unikernels across various cloud platforms such as AWS, GCP, and Azure. Unikernels are specialized virtual machines designed to run a single application without the overhead of a full operating system.

how to use OPS?

To use OPS, configure your Claude setup by adding the necessary command and environment variables in the Claude config file. Ensure that the command is accessible in your system's PATH.

key features of OPS?

  • Build and deploy unikernels on multiple cloud platforms.
  • Simple command-line interface for managing instances and images.
  • Flexibility to create instances from various images, including predefined ones like redis-server.

use cases of OPS?

  1. Deploying lightweight applications in cloud environments.
  2. Managing cloud resources efficiently with minimal overhead.
  3. Experimenting with unikernel technology for performance optimization.

FAQ from OPS?

  • What are unikernels?

Unikernels are specialized virtual machines that run a single application, providing better performance and security by eliminating unnecessary components.

  • Can OPS be used with any cloud provider?

Yes, OPS supports multiple cloud providers including AWS, GCP, and Azure.

  • Is there a community or support for OPS?

Yes, OPS is open-source and has a community on GitHub for support and contributions.

Server Config

{
  "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"
      }
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
nanovms
Star
-
Language
-
License
-

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

35 minutes ago