Scan your dev machine for AI agents, MCP servers, IDE extensions, and suspicious packages - in seconds.
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": "go",
"args": [
"run",
"github.com/step-security/dev-machine-guard@latest"
]
}
}
}
Run in terminal:
claude mcp add dev-machine-guard go run github.com/step-security/dev-machine-guard@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"dev-machine-guard": {
"command": "go",
"args": [
"run",
"github.com/step-security/dev-machine-guard@latest"
]
}
}
}