corrode-mcp
If you are the rightful owner of corrode-mcp 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.
Corrode Code Model Context Protocol (MCP) Rust Server.
The Corrode MCP Server is a Rust-based implementation of the Model Context Protocol (MCP), designed to facilitate seamless integration between large language model (LLM) applications and external data sources and tools. This server is particularly tailored for code-related tasks, providing Rust developers with a standardized way to connect LLMs with the necessary context. It supports various functionalities such as crate management, documentation access, code analysis, and general development tools, making it an essential tool for enhancing AI-powered IDEs, chat interfaces, and custom AI workflows.
Features
- Crates.io Integration: Seamlessly search, explore, and manage Rust crates directly from your AI interface.
- Rust Documentation Access: Access Rust documentation directly, including API documentation and usage examples.
- Code Analysis: Analyze Rust code with intelligent tooling, including checking for compilation errors and examining code structure.
- File Operations: Efficiently work with your codebase, including reading and writing files and applying changes through diffs.
- Shell Command Execution: Execute shell commands with full context handling, including running cargo commands and managing directory navigation.