@codai/glass-mcp-standalone
v5.0.1
Published
GlassMCP - Standalone Model Context Protocol server for Windows automation
Maintainers
Readme
GlassMCP - Model Context Protocol Server
A production-ready Model Context Protocol (MCP) server for Windows automation, designed to work seamlessly with AI agents and VS Code.
Features
- Window Management: List, focus, minimize, maximize, and close windows
- Safe Automation: Controlled access to Windows system APIs
- MCP Compatible: Works with VS Code and other MCP-enabled tools
- TypeScript Support: Full type definitions included
Quick Start
Install
npm install -g @codai/glass-mcpUse in VS Code
Add to your VS Code settings.json:
{
"mcp": {
"servers": {
"GlassMCPServer": {
"command": "npx",
"args": ["@codai/[email protected]"]
}
}
}
}Available Tools
window_list- List all open windowswindow_focus- Focus a window by titlewindow_minimize- Minimize a windowwindow_maximize- Maximize a windowwindow_close- Close a windowwindow_get_info- Get detailed window information
License
MIT
