← Glasswarp

Connect your assistant — eyes and hands on Windows via MCP

Connect Glasswarp to any MCP-enabled assistant or IDE and give it eyes and hands on your Windows PC — no integration code. You bring the brain; we provide vision, native input, and a safe session.

Prerequisite (owner consent)

The machine owner must install the Windows host, pair the rig, and enable API access. This step cannot be skipped and never requires sharing Windows passwords.

  1. Download the host agent
  2. Pair the PC
  3. Enable API access in the console
  4. Create an API key

Remote MCP server

Endpoint: https://mcp.glasswarp.com/mcp (Streamable HTTP).
Auth: Authorization: Bearer <glasswarp_api_key>

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

Verify the exact client config shape in current Cursor / Claude docs.

Your first session

Ask your assistant: “Open Notepad on my PC and type hello from MCP.”

Typical tool flow: list_rigs → start_session → observe → click/type → observe → end_session. Always end the session when finished; idle sessions auto-end after ~15 minutes.

Billing

MCP sessions are ordinary metered sessions — same concurrency and active minutes as the REST API. See pricing.

Building your own agent product?

The Setup for Agents skill and SDK / docs give you full loop control. MCP is for assistants out of the box; the SDK is for products you ship.