rust-mcp-server
Active·★ 30·Updated 2026-05-11
★ Trending★ API Integration
MCP server for development in Rust
rust-mcp-server implements the Model Context Protocol (MCP) to bridge large language models (LLMs) like GitHub Copilot with your local Rust development environment. It exposes local Rust tools and project context to the LLM, enabling automated tasks, dependency management, and code quality checks.
#Rust#Model Context Protocol#LLM Integration#Development Tools#Cargo Management#AI Agent#VS Code
01
Features
01Execute Core Cargo Commands (Compile, Test, Format)
02Manage Project Dependencies (Add, Remove, Update)
03Enhance Code Quality and Security (Linting, Vulnerability Checks)
04Facilitate Rust Toolchain Management (Update, Explain errors)
02
Compatibility
Rust
Runtime
Verified via docs
Model Context Protocol
Protocol
Verified via docs
GitHub Copilot
AI Integration
Verified via docs
VS Code
IDE Integration
Verified via docs
03
Quick start
1
$ cargo install rust-mcp-server
04
Use cases
↳Automating common Rust development tasks.
↳Efficiently managing project dependencies.
↳Applying Rust best practices and improving code quality.
↳Integrating AI assistants into the development workflow for command execution.
05
Alternatives
awesome-n8n-templates★ 22.6k
Supercharge your workflow automation with this curated collection of n8n templates! Instantly connect your favorite apps-like Gmail, Telegram, Google Drive, Slack, and more-with ready-to-use, AI-powered automations. Save time, boost productivity, and unlock the true potential of n8n in just a few clicks.
FastMCP★ 25.4k
The fast, Pythonic way to build MCP servers and clients. Designed by the Pydantic team for type safety and speed.
ragflow★ 81.5k
RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs
Context7★ 56.4k
MCP Server that provides up-to-date code documentation for LLMs and AI code editors.
Brave Search MCP★ 86.5k
Allow your AI Agent to search the real-time internet using Brave Search API. Essential for getting up-to-date information.
Claude Flow★ 56.4k
The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms.
Related searches
Comments
Log in to leave a comment
- DDylan HarrisApr 29, 2026
Rust development assistance via MCP — cargo, clippy, test runner all covered.
- SSpencer ThompsonApr 15, 2026
Handles Rust-specific tooling that generic code assistants often miss.
- EEmerson MartinezMar 12, 2026
Works reliably with complex workspace configurations.
- HHarley JohnsonFeb 28, 2026
Good for Rust projects where AI needs to understand the build system.