Back to Home
MythEclipse icon

rust-mcp-server

Verified Safe

by MythEclipse

Overview

Provides AI-assisted code analysis tools for Rust projects, enabling AI agents to perform advanced code analysis, navigation, and refactoring suggestions.

Installation

Run Command
docker run --rm -i -v $(pwd):/workspace mytheclipse/rust-mcp-server:latest

Environment Variables

  • RUST_LOG

Security Notes

The server primarily performs static code analysis using the `syn` crate, which is robust. It communicates via stdio within a container, explicitly avoiding exposed network ports, significantly reducing the network attack surface. File access for analysis is expected to be within a mounted workspace volume, limiting potential arbitrary file read risks to the sandboxed container context. No 'eval' or similar dangerous patterns were found. No hardcoded secrets are evident.

Similar Servers

Stats

Interest Score35
Security Score9
Cost ClassHigh
Avg Tokens20000
Stars1
Forks0
Last Update2025-11-25

Tags

RustCode AnalysisAI AssistantMCPDocker