Skip to main content
Glama

Super Windows CLI MCP Server

# Elevate to admin if not already if (-NOT ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator")) { $arguments = "& '" +$myinvocation.mycommand.definition + "'" Start-Process powershell -Verb runAs -ArgumentList $arguments Break } $serviceName = "MCPServer" # Stop and remove service if (Get-Service $serviceName -ErrorAction SilentlyContinue) { Write-Host "Stopping service..." Stop-Service $serviceName -Force Write-Host "Removing service..." sc.exe delete $serviceName Write-Host "Service removed successfully!" } else { Write-Host "Service not found!" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/delorenj/super-win-cli-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server