pskit

Nickalus12/pskit
★ 0 stars Python 🤖 AI/LLM Updated today
Neural-safe PowerShell MCP server — 38 tools, KAN neural scorer, session pool, and 5-tier safety pipeline for AI agents
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pskit": {
      "command": "uvx",
      "args": [
        "pskit"
      ]
    }
  }
}

Or install with pip: pip install pskit