Windows-MCP
by Vinayreddy18
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| POSTHOG_HOST | No | Override the PostHog host for anonymous telemetry, such as for a self-hosted PostHog deployment. | https://us.i.posthog.com |
| POSTHOG_API_KEY | No | Override the PostHog project write key used for anonymous telemetry. Set to empty string to skip PostHog client initialization. | |
| WINDOWS_MCP_DEBUG | No | Set to 1, true, yes, or on to enable debug mode (log level DEBUG). Also available as --debug CLI flag. | false |
| WINDOWS_MCP_TOOLS | No | Comma-separated explicit list of tools to enable (e.g., Screenshot,Click,Snapshot). Alternative to --tools CLI flag. | |
| ANONYMIZED_TELEMETRY | No | Set to false to disable anonymous usage telemetry. | true |
| WINDOWS_MCP_AUTH_KEY | No | Bearer token required on all HTTP requests. Alternative to --auth-key CLI flag. | |
| WINDOWS_MCP_SSL_KEYFILE | No | Path to TLS private key file (.pem) for HTTPS. Must be provided with WINDOWS_MCP_SSL_CERTFILE. | |
| WINDOWS_MCP_CORS_ORIGINS | No | Comma-separated list of origins permitted to make cross-origin browser requests. No CORS headers emitted when unset. Alternative to --cors-origins CLI flag. | |
| WINDOWS_MCP_IP_ALLOWLIST | No | Comma-separated list of allowed client IPs or CIDR ranges. Alternative to --ip-allowlist CLI flag. | |
| WINDOWS_MCP_SSL_CERTFILE | No | Path to TLS certificate file (.pem) for HTTPS. Must be provided with WINDOWS_MCP_SSL_KEYFILE. | |
| WINDOWS_MCP_DISABLE_FLASH | No | Set to 1, true, yes, or on to suppress the orange-red glowing border after screenshots. | |
| WINDOWS_MCP_EXCLUDE_TOOLS | No | Comma-separated list of tools to disable (e.g., PowerShell,Registry). Alternative to --exclude-tools CLI flag. | |
| WINDOWS_MCP_STATELESS_HTTP | No | Set to 1, true, yes, or on to run streamable-http without session state. | false |
| WINDOWS_MCP_OAUTH_CLIENT_ID | No | OAuth client ID for HTTP transports. Must be provided with WINDOWS_MCP_OAUTH_CLIENT_SECRET. | |
| WINDOWS_MCP_PROFILE_SNAPSHOT | No | Set to 1, true, yes, or on to emit per-stage timing logs for Screenshot/Snapshot calls. | |
| WINDOWS_MCP_SCREENSHOT_SCALE | No | Scale factor applied to screenshots before encoding. Accepts a float in the range 0.1–1.0. | 1.0 |
| WINDOWS_MCP_SCREENSHOT_BACKEND | No | Screenshot capture backend. Accepted values: auto, dxcam, mss, pillow. | auto |
| WINDOWS_MCP_OAUTH_CLIENT_SECRET | No | OAuth client secret for HTTP transports. Must be provided with WINDOWS_MCP_OAUTH_CLIENT_ID. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Vinayreddy18/MCP_for_Windows'
If you have feedback or need assistance with the MCP directory API, please join our Discord server