Back to search
30
MCP

rust-docs-mcp-server

govcraft/rust-docs-mcp-server

🦀 Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, uses embeddings/LLMs, and provides accurate context via a tool call.

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

Similar MCP servers embedding-nearest

rust docs mcp server
Metadata-only Glama MCP server.
0 tools
io.github.rukh-debug/rustypaste-mcp
An MCP server that wraps the rustypaste API
0 tools
iflow-mcp_cardea-mcp-rustcoder
AI-powered Rust code generation, compilation, and error fixing MCP server
0 tools
morchus/rust_repl-mcp
MCP Server to expose the Evcxr Rust REPL to LLMs.
0 tools
kcastle96/mcp-server
Rust MCP server with: - Ollama LLM (`gpt-oss:latest`) - SQLite caching
0 tools
rustmcp/filesystem
A fast, asynchronous MCP server for efficient filesystem operations, built with the power of Rust.
0 tools

How to use

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

{
  "mcpServers": {
    "rust-docs-mcp-server": {
      "url": "None",
      "transport": "http"
    }
  }
}