← Registry

Learning Resources

learnrust.net

Provides access to a structured Rust programming course with searchable lessons and chapter outlines.

1 endpoint3 known toolsFirst detected August 20, 2026Last detected August 20, 2026

ENDPOINT 1

https://learnrust.net/mcp

No auth detected

MCP server metadata

Name
learnrust
Version
1.0.0
Capabilities
tools
Server instructions

learnrust.net is a free, beginner-first Rust course: 30 chapters of sequential lessons that assume no prior programming experience. Use search_lessons to find the lesson covering a concept, get_lesson to read one in full as markdown, and list_chapters to see how the course is structured. Lesson ids look like 'chapter-4/floating-point-types'. Everything is free to read and quote; a link back to the lesson is welcome.

Known tools 3

search_lessons

Find lessons in the Learn Rust course by topic.

Inferred read-only
get_lesson

Return the full text of one lesson as markdown.

Inferred read-only
list_chapters

Return the course outline: every chapter in teaching order, with its lesson count.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.learnrust]
url = "https://learnrust.net/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "learnrust": {
      "type": "http",
      "url": "https://learnrust.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: learnrust
Remote MCP URL: https://learnrust.net/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "learnrust": {
      "url": "https://learnrust.net/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "learnrust": {
      "type": "http",
      "url": "https://learnrust.net/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "learnrust",
  "transport": "streamable-http",
  "url": "https://learnrust.net/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.