mcp-glasswarp

mcp-glasswarp

Allow AI agents to see and control a real Windows PC you own: observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. BYOH — your machine, your key.

Category
Visit Server

README

Glasswarp MCP Server

See and control a real Windows PC you own — from any MCP client, locally or remotely. Model Context Protocol over the Glasswarp Platform API: observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. Hosted MCP or npx @glasswarp/mcp. BYOH: your machine, your key; you bring the model (task logic).

Remote URL https://mcp.glasswarp.com/mcp
Auth Authorization: Bearer gw_… (create a key)
Docs docs.glasswarp.com/get-started/mcp
License Apache-2.0
Registry Official MCP: com.glasswarp/mcp-server

Open: this MCP server + the Python SDK. Not open: the Windows host agent and Glasswarp platform (gateway, console, billing).

Quick connect

Cursor (recommended) — npx @glasswarp/mcp

Local stdio bridge to the remote server (same tools; needs a paired rig + API key):

{
  "mcpServers": {
    "glasswarp": {
      "command": "npx",
      "args": ["-y", "@glasswarp/mcp"],
      "env": {
        "GLASSWARP_API_KEY": "gw_live_sk_REPLACE_WITH_YOUR_KEY"
      }
    }
  }
}

If bare npx fails inside Cursor (ENOENT under Cursor.app), use an absolute path (e.g. /opt/homebrew/bin/npx) and set PATH accordingly.

Package source: sdk/mcp → npm @glasswarp/mcp.

Cursor — raw mcp-remote (equivalent)

{
  "mcpServers": {
    "glasswarp": {
      "command": "/opt/homebrew/bin/npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.glasswarp.com/mcp",
        "--header",
        "Authorization:${GLASSWARP_AUTH}"
      ],
      "env": {
        "PATH": "/opt/homebrew/bin:/usr/bin:/bin",
        "GLASSWARP_AUTH": "Bearer gw_live_sk_REPLACE_WITH_YOUR_KEY"
      }
    }
  }
}
OS command PATH
macOS Apple Silicon /opt/homebrew/bin/npx /opt/homebrew/bin:/usr/bin:/bin
macOS Intel /usr/local/bin/npx /usr/local/bin:/usr/bin:/bin
Windows npx (or full npx.cmd) (default Node)
Linux /usr/bin/npx (or nvm path) /usr/bin:/bin

Restart MCP, then call list_rigs.

Direct remote URL (clients that support headers)

{
  "mcpServers": {
    "glasswarp": {
      "url": "https://mcp.glasswarp.com/mcp",
      "headers": {
        "Authorization": "Bearer gw_live_sk_REPLACE_WITH_YOUR_KEY"
      }
    }
  }
}

Standard workflow

list_rigs → start_session → observe → act (prefer send_actions) → end_session

Short tasks stay on MCP. Longer tasks: offer a scaffolded SDK agent / glasswarp-demo when the client can run code — never impose it.

Tools

Tool Role
list_rigs Find a USABLE paired Windows machine
start_session / end_session Metered session lifecycle (always end)
observe UIA targets + text (JPEG opt-in via image=true)
click_target / click_xy / type_text / send_keys / drag / scroll Single acts
send_actions Preferred multi-step batch (1–10)
launch_app Start an exe on the rig
get_live_view_url Owner Live View link
get_session_status Billing / status signals
list_demos / get_demo Showcase run contracts (no solver execution)

Run locally (dev)

cd mcp-server
npm install
npm run dev
# POST http://127.0.0.1:8787/mcp
GLASSWARP_API_BASE_URL=http://127.0.0.1:8080 npm run dev

Health: GET /health · GET /healthz · GET /ping

Auth notes

Full API keys are never logged (prefix/suffix redaction only). Directory probes may call initialize / tools/list without a key; tools/call always requires Bearer auth.

Tests

npm test
npm run build

Design

Product design: docs.glasswarp.com · messaging: eyes and hands, not the brain.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured