{ "name": "@imrrd/powershell-mcp", "version": "0.5.3", "mcpName": "io.github.IMRRD/powershell-mcp", "publishConfig": { "access": "public" }, "description": "A Model Context Protocol (MCP) server for Windows PowerShell - runs commands in a hidden process (no popup windows), with structured output, timeouts, and service/system management. Built for AI agents that need real Windows access.", "type": "module", "bin": { "powershell-mcp": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist", "README.md", "LICENSE" ], "engines": { "node": ">=18" }, "scripts": { "build": "tsc -p tsconfig.json", "dev": "tsx src/index.ts", "start": "node dist/index.js", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit", "lint": "tsc --noEmit" }, "keywords": [ "mcp", "model-context-protocol", "powershell", "windows", "ai-agents", "claude", "automation" ], "license": "MIT", "author": "IMR Research & Development (UK)", "repository": { "type": "git", "url": "git+https://github.com/IMRRD/powershell-mcp.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "ssh2": "^1.17.0", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^26.1.1", "@types/ssh2": "^1.15.5", "tsx": "^4.23.1", "typescript": "^7.0.2", "vitest": "^4.1.10" }, "overrides": { "@hono/node-server": "2.0.11", "body-parser": "2.3.0", "fast-uri": "4.1.3" } }