Scan developer machines quickly to detect AI agents, MCP servers, IDE extensions, and suspicious packages for improved security and control.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"dev-machine-guard": {
"command": "npx",
"args": [
"-y",
"varicoloured-chronicbronchitis66/dev-machine-guard"
]
}
}
}
Run in terminal:
claude mcp add dev-machine-guard npx -y varicoloured-chronicbronchitis66/dev-machine-guard
Add to .cursor/mcp.json:
{
"mcpServers": {
"dev-machine-guard": {
"command": "npx",
"args": [
"-y",
"varicoloured-chronicbronchitis66/dev-machine-guard"
]
}
}
}