Rust rewrite of step-security/dev-machine-guard — scan your dev machine for AI agents, MCP servers, IDE extensions, and more. Not affiliated with StepSecurity.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"rustmachineguard": {
"command": "cargo",
"args": [
"run",
"--",
"rustmachineguard"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add rustmachineguard cargo run -- rustmachineguard
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"rustmachineguard": {
"command": "cargo",
"args": [
"run",
"--",
"rustmachineguard"
]
}
}
}
📋 Copy