Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Super Windows CLI MCP Server
by
delorenj
Verified
npm
GitHub
OS Automation
Developer Tools
Virtualization
TypeScript
MIT License
219
3
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
tests
config.sample.json
.gitignore
install-service.ps1
jest.config.js
LICENSE
package.json
package-lock.json
README.md
tsconfig.json
uninstall-service.ps1
{ "compilerOptions": { "target": "ES2020", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": true, "strict": true, "outDir": "./dist", "rootDir": "./src", "skipLibCheck": true, "resolveJsonModule": true }, "include": [ "src/**/*" ] }