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
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"rust-docs-mcp-server": {
"url": "None",
"transport": "http"
}
}
}