dev-machine-guard

step-security/dev-machine-guard
★ 96 stars Go 🤖 AI/LLM Updated 8d ago
Scan your dev machine for AI agents, MCP servers, IDE extensions, and suspicious packages - in seconds.
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": {
    "dev-machine-guard": {
      "command": "go",
      "args": [
        "run",
        "github.com/step-security/dev-machine-guard@latest"
      ]
    }
  }
}