rust-mcp-server
Verified Safeby MythEclipse
Overview
Provides AI-assisted code analysis tools for Rust projects, enabling AI agents to perform advanced code analysis, navigation, and refactoring suggestions.
Installation
docker run --rm -i -v $(pwd):/workspace mytheclipse/rust-mcp-server:latestEnvironment 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
rust-mcp-sdk
A high-performance, asynchronous Rust SDK for building Model Context Protocol (MCP) servers and clients, supporting various transports and authentication methods.
rust-docs-mcp
Provides AI agents with deep, cached access to Rust crate documentation, source code, and project structure for enhanced development.
ast-mcp-server
Provides an MCP (Model Context Protocol) server for code structure and semantic analysis using ASTs and ASGs, integrated with external AI clients like Claude Desktop.
mcp-framework
A Rust framework for building AI agents with built-in Model Context Protocol (MCP) support, multi-LLM integration, and a web-based inspector for debugging.