Back to Apps

ReOpenCode
by MurrayHill1127
High-performance Rust AI programming assistant with TUI, REST API, and extensive tool execution capabilities.
0 stars
Works in:claude
Exposes:ToolsResourcesPrompts
What it does
ReOpenCode is a comprehensive AI programming assistant written in Rust. It provides a robust Agent loop capable of multi-step reasoning and executing a wide array of system tools to automate coding tasks, manage files, and search the web.
Tools
bash: Execute shell commands with automatic retries.read/write/edit: Full file system manipulation and precise string replacement.grep/glob/codesearch: High-performance code and semantic search.websearch/webfetch: Real-time web data retrieval.lsp: Integrated Language Server Protocol operations (hover, definition, references).mcp_*: Automatic registration and proxying of external MCP server tools.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"reopencode": {
"command": "/path/to/reopencode",
"args": ["run"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
cargo build --release && ./target/release/reopencode runInformation
- Pricing
- free
- Published
- 6/7/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"reopencode": {"command": "/path/to/reopencode", "args": ["run"]}}}





