Back to search
30
MCP

morchus/rust_repl-mcp

docker/morchus/rust_repl-mcp

MCP Server to expose the Evcxr Rust REPL to LLMs.

Uptime
0.0%
3 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.rukh-debug/rustypaste-mcp
An MCP server that wraps the rustypaste API
0 tools
kcastle96/mcp-server
Rust MCP server with: - Ollama LLM (`gpt-oss:latest`) - SQLite caching
0 tools
rust-docs-mcp-server
🦀 Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, uses embeddings/LLMs, and provides
0 tools
Rogue Binary MCP
Rust MCP server for binary analysis and reverse engineering.
0 tools
obsidian-mcp-rs
Rust MCP server for Obsidian vaults — read, write, search notes via Model Context Protocol. Works with Claude, Cursor, and any MCP client.
0 tools
io.github.ryudi84/api
MCP server for generating REST API boilerplate and Express endpoints.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "morchus/rust_repl-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}