Server data from the Official MCP Registry
Eyes and hands on real Windows PCs — observe, click, type via Glasswarp API.
Eyes and hands on real Windows PCs — observe, click, type via Glasswarp API.
Remote endpoints: streamable-http: https://mcp.glasswarp.com/mcp
Valid MCP server (3 strong, 2 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"com-glasswarp-mcp-server": {
"url": "https://mcp.glasswarp.com/mcp"
}
}
}From the project's GitHub README.
Remote MCP endpoint for Glasswarp — agents observe and control real Windows machines; you supply the task logic.
Install / connect: docs.glasswarp.com/get-started/mcp · API key from the console.
Open: this MCP server + the Python SDK. Not open: the Windows host agent and the Glasswarp platform (gateway, console, billing).
Remote Model Context Protocol server — a thin
translation layer over the Platform API (/v1/*). Gives MCP clients eyes and
hands on paired Windows rigs; the client/model supplies the brain.
Design: docs/MCP_SERVER_DESIGN.md
Authorization: Bearer <glasswarp_api_key>
Create a key at glasswarp.com/console. Full keys are never logged (prefix/suffix redaction only).
cd mcp-server
npm install
npm run dev
# POST http://127.0.0.1:8787/mcp
Point at a non-prod API:
GLASSWARP_API_BASE_URL=http://127.0.0.1:8080 npm run dev
Production URL: https://mcp.glasswarp.com/mcp
Auth: Authorization: Bearer <your real gw_… key> (never the placeholder from docs)
Current Cursor builds often fail remote Streamable HTTP with fetch failed.
Bridge over stdio with mcp-remote.
Important: use an absolute npx path for your OS. Bare npx inside
Cursor often fails with ENOENT .../Cursor.app/.../resources/lib.
| OS | command | PATH (env) |
|---|---|---|
| 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 path) |
| Linux | /usr/bin/npx (or your nvm path) | /usr/bin:/bin |
Example (macOS Apple Silicon):
{
"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"
}
}
}
}
Restart MCP / reload Cursor, then call list_rigs.
On initialize, the server sends instructions: short → MCP; longer →
offer scaffold/glasswarp-demo when code-capable (never impose); chat-only
stays on MCP. Also:
| Surface | Role |
|---|---|
Prompt best_practices | Same guide on demand |
Resource glasswarp://guide/ways-to-run-agents | Markdown copy |
Tools list_demos / get_demo | Showcase run contracts (no solver execution) |
Resources glasswarp://demos, glasswarp://demos/{id} | Same cards |
demo_minesweeper / demo_mona_lisa | Offer glasswarp-demo … |
pip install "glasswarp[demos]"
glasswarp-demo minesweeper
Docs: https://docs.glasswarp.com/guides/ways-to-run-agents
{
"mcpServers": {
"glasswarp": {
"url": "https://mcp.glasswarp.com/mcp",
"headers": {
"Authorization": "Bearer gw_live_sk_REPLACE_WITH_YOUR_KEY"
}
}
}
}
list_rigs, start_session, end_session, observe, click_target,
click_xy, type_text, send_keys, drag, scroll, launch_app,
get_live_view_url, get_session_status.
npm test
npm run build
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.