Back to Home
GeorgePearse icon

bacon-mcp

Verified Safe

by GeorgePearse

Overview

Provides AI assistants with tools to check, lint, test, and build Rust projects.

Installation

Run Command
node dist/index.js

Security Notes

The server executes arbitrary 'cargo' commands with user-provided paths and arguments via 'child_process.spawn'. While 'validateRustProject' checks for a Cargo.toml file, this does not fully prevent potential command injection or directory traversal if a malicious agent crafts inputs. Running 'cargo audit' also requires external `cargo-audit` installation. Execution is local to the server environment, implying full user permissions. It is generally safe when run in a trusted development environment, but direct exposure to untrusted input from an AI could pose risks.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassHigh
Avg Tokens3000
Stars0
Forks0
Last Update2025-12-01

Tags

RustDevelopmentAI AssistantCode AnalysisMCP