streamable-httpApache-2.0updated 1mo ago
See and control a real Windows PC you own β from any MCP client. Observe, click, type, launch apps, Live View. You bring the model; Glasswarp is eyes and hands.
What can you do with Glasswarp?
Glasswarp MCP Server
See and control a real Windows PC you own β from any MCP client. Observe, click, type, launch apps, Live View. You bring the model; Glasswarp is eyes and hands.
No cloud desktop β install our host on your Windows machine.
| Remote URL | https://mcp.glasswarp.com/mcp |
| Auth | Authorization: Bearer gw_β¦ (create a key) |
| Docs | docs.glasswarp.com/get-started/mcp |
Start here
- API key β Console β create key β copy
gw_β¦ - Windows PC β install β pair β enable API access
- Paste the key as
GLASSWARP_API_KEY(orAuthorization: Bearer gw_β¦on the remote URL)
Say βList my rigs.β You need a USABLE machine.
Connect (Cursor)
Add to Cursor
β then set GLASSWARP_API_KEY to your console key.
Or paste:
{
"mcpServers": {
"glasswarp": {
"command": "npx",
"args": ["-y", "@glasswarp/mcp"],
"env": {
"GLASSWARP_API_KEY": "gw_live_sk_REPLACE_WITH_YOUR_KEY"
}
}
}
}
Same tools via remote URL https://mcp.glasswarp.com/mcp when the client supports headers. More clients: docs.
Workflow
rigs.list β session.start β screen.observe β act β session.end
Prefer input.send_actions for multi-step work. Always end the session.
Tools
| Tool | Role |
|---|---|
rigs.list |
Find a USABLE paired Windows machine |
session.start / session.end |
Metered session (always end) |
screen.observe |
UIA targets + text (image=true for JPEG) |
input.* |
click, type, keys, drag, scroll, send_actions |
app.launch |
Start an exe on the rig |
session.live_view / session.status |
Owner Live View Β· billing signals |
demos.list / demos.get |
Showcase run contracts |
More
- npm:
@glasswarp/mcpΒ· registry:com.glasswarp/mcp-serverΒ· Apache-2.0 - Directory: Smithery
- Open: this MCP server + Python SDK. Not open: Windows host agent and platform (gateway, console, billing).
- Local dev / tests: see repo
package.jsonscripts (npm run dev,npm test)
Install
Add Glasswarp to your client. Pick the one you use.
claude mcp add --transport http glasswarp https://mcp.glasswarp.com/mcpcodex mcp add glasswarp --url https://mcp.glasswarp.com/mcp{
"mcpServers": {
"glasswarp": {
"url": "https://mcp.glasswarp.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"glasswarp": {
"type": "http",
"url": "https://mcp.glasswarp.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"glasswarp": {
"url": "https://mcp.glasswarp.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"glasswarp": {
"serverUrl": "https://mcp.glasswarp.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 31 days ago
- Has a release history
- Repository is not archived
- Licensed Apache-2.0
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint β no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Jul 25, 2026 |