pir mcp for Windsurf
io.github.solteris-dev/pir-mcp
Motion sensor for AI agents: tells when a screen region changes or goes still. Scores, never pixels.
client:Windsurf
transport:stdio
runtime:npm
Install pir mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"pir-mcp": {
"command": "npx",
"args": [
"-y",
"pir-mcp"
],
"env": {
"PIR_CAPTURE_CMD": "<PIR_CAPTURE_CMD>",
"PIR_SELECT_CMD": "<PIR_SELECT_CMD>",
"PIR_WINDOW_GEOMETRY_CMD": "<PIR_WINDOW_GEOMETRY_CMD>",
"PIR_PICK_WINDOW_CMD": "<PIR_PICK_WINDOW_CMD>",
"PIR_MAX_WAIT_MS": "<PIR_MAX_WAIT_MS>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs