Stats
Actions
Tags
From windows-dev-agent
Windows-native agent orchestration server. Exposes environment inspection, capability routing, workflow planning, sandbox execution, and package management via PowerShell and WinGet.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"windows-dev-agent": {
"command": "python",
"args": [
"-m",
"src.mcp.server"
]
}
}
}Server configuration and connection parameters
pythonCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub the-biomechanist/windows-dev-agent