Skyversal MCP v1.0.0 — Model Context Protocol

Your AI Agent, Now Deploys With You.

Give Skyversal superpowers to Claude Desktop, Cursor, or Windsurf. List projects, stream live logs, and trigger rollbacks — all via natural chat.

Compatible Clients:
Claude Desktop
Cursor
Windsurf
VS Code / Cline
Core Concepts

What is Model Context Protocol (MCP)?

An open standard introduced by Anthropic that connects AI models directly to cloud environments.

Zero Context-Switching

Switching to browser dashboards to check build logs or statuses breaks deep focus. Skyversal MCP allows your AI assistant to directly query real-time infrastructure data and fix bugs inside your IDE.

How It Works (Architecture)

1Your AI client receives your prompt.
2Local skyversal-mcp binary converts it into an authenticated API call.
3Skyversal Cloud responds with live data and real-time feedback.
Standalone Binaries

Download the MCP Server

Pre-compiled native binaries for your operating system. Zero runtime dependencies.

Windows
skyversal-mcp-windows-amd64.exe
x64 (amd64)
macOS
skyversal-mcp-darwin-arm64
Apple Silicon (M1/M2/M3/M4)
macOS
skyversal-mcp-darwin-amd64
Intel (x64)
Linux
skyversal-mcp-linux-amd64
x64 (amd64)
Linux
skyversal-mcp-linux-arm64
ARM64 (aarch64)
Quick Start

Ready in 3 Simple Steps

Seamlessly connects using your local Skyversal CLI session. No complex tokens.

01

CLI Login

The MCP server shares authentication with the CLI. Login once in your browser.

$ skyversal login
✓ Giriş başarılı
02

Add to Client

Paste the binary path into your MCP client config.

{
  "mcpServers": {
    "skyversal": {
      "command": "/path/to/skyversal-mcp"
    }
  }
}
03

Chat & Manage

Ask your agent naturally: "What is the status of aurora-launch?"

User: aurora-launch durumu?
› projects_list çağrıldı
✓ Deployment #412 — LIVE
Tool Catalog

Available MCP Tools

Read tools fetch real-time state; mutations always request human confirmation.

Read-Only
projects_list
Lists all your projects: status (live/building/failed), custom domain, ID, and latest deployment timestamp.
Read-Only
deployment_logs
Streams Docker build logs in real time. Supports pagination and specific deployment ID filtering.
Read-Only
env_list
Lists configured environment variable keys for the selected project. Sensitive values remain masked.
Confirmed Write
deploy_project
Triggers a full build and deploy cycle from the saved repository source.
Confirmed Write
rollback_deployment
Instantly rolls back to the previous stable release or a specified past deployment.
Confirmed Write
cancel_deployment
Immediately terminates an in-progress build or deployment task.
🛡️

Secure by Default (Human-in-the-Loop)

All mutating tools require explicit confirmation in your client before execution. Your tokens never leave your local environment.

Help & Support

Frequently Asked Questions

Model Context Protocol (MCP) is an open standard created by Anthropic. It allows AI models to directly communicate with local and remote developer tools without context switching.

Supercharge Your Workflow With AI.

Download the binary, add it to your MCP client, and start managing your Skyversal cloud infrastructure naturally.

Download & Get Started