Back to Apps

Droid MCP RS
by zcg
High-performance Rust MCP server providing AI-assisted programming via Factory.ai Droid CLI.
0 stars
Works in:claude
Exposes:Tools
What it does
Droid MCP RS is a high-performance MCP server written in Rust that wraps the Factory.ai Droid CLI, enabling AI agents to perform autonomous programming tasks with fine-grained control over autonomy levels and reasoning depth.
Tools
droid_exec: Executes tasks via Droid CLI with configurable autonomy and reasoning effort.session_management: Handles multi-turn conversations and session recovery using SESSION_ID.context_injection: Automatically injects project-specific context from DROID.md files.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"droid": {
"command": "/path/to/droid-mcp-rs"
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
cargo build --release && claude mcp add droid-rs -s user --transport stdio -- ./target/release/droid-mcp-rsInformation
- Pricing
- free
- Published
- 7/2/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
claude-ai
Requires local stdio transport, not natively available via URL.Claude Desktop
{
"mcpServers": {
"droid": {
"command": "/path/to/droid-mcp-rs"
}
}
}





