Skip to main content
Glama

Windows Operations MCP

manifest.json•1.28 kB
{ "dxt_version": "0.1", "name": "windows-operations-mcp", "version": "0.1.0", "description": "Windows Operations MCP - Comprehensive Windows system operations for Claude Desktop", "author": { "name": "Sandra", "email": "sandra@example.com" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/sandraschi/windows-operations-mcp" }, "server": { "type": "python", "entry_point": "src/windows_operations_mcp/mcp_server.py", "mcp_config": { "command": "python", "args": ["-m", "windows_operations_mcp.mcp_server"], "env": { "PYTHONPATH": "${PWD}" } } }, "user_config": { "log_level": { "type": "string", "default": "INFO", "title": "Log Level", "description": "Logging verbosity level" }, "temp_dir": { "type": "string", "default": "C:\\Temp\\windows_operations_mcp", "title": "Temporary Directory", "description": "Directory for temporary file operations" } }, "prompts": [ { "name": "system", "text": "dxt/prompts/system.md" }, { "name": "user", "text": "dxt/prompts/user.md" }, { "name": "examples", "text": "dxt/prompts/examples.json" } ] }

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/sandraschi/windows-operations-mcp'

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