Vaiz/rust-mcp-server
3.4
If you are the rightful owner of rust-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Rust MCP Server is a bridge between a large language model (LLM) and a local Rust development environment, enhancing productivity by automating tasks and managing projects.
Tools
Functions exposed to the LLM to take actions
cargo-build
Compile your package
cargo-check
Analyze the current package and report errors, but don't build it
cargo-test
Run the tests
cargo-fmt
Format the code according to the project's style
cargo-clippy
Check for common mistakes and improve code quality using Clippy
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client