← Registry

Developer Tools

ferritin.rs

Provides documentation lookup and search for Rust items and crates.

1 endpoint2 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://ferritin.rs/mcp

No auth detected

MCP server metadata

Name
ferritin
Version
0.17.0
Capabilities
tools
Server instructions

Look up Rust documentation. `get` shows an item by path (e.g. `serde::Deserialize`, `std::vec::Vec`, `tokio@1::runtime::Runtime`). `search` with a `crate` finds items within that crate's documentation by name or prose. `search` without a `crate` searches a different, much shallower dataset — crates.io names, descriptions, and declared keywords — to discover which crate to use; it cannot see any crate's actual documentation, so when you already know the crate, always pass it. The part after `@` is a semver requirement, not an exact version — `tokio@1` serves the newest 1.x; use `tokio@=1.40` to pin an exact release. Output is token-efficient Markdown.

Known tools 2

get

Show documentation for a Rust item by path.

Inferred read-only
search

Search for items within a crate's documentation, or — without a crate — discover which crate to use.

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.ferritin]
url = "https://ferritin.rs/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ferritin": {
      "type": "http",
      "url": "https://ferritin.rs/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ferritin
Remote MCP URL: https://ferritin.rs/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": {
    "ferritin": {
      "url": "https://ferritin.rs/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for ferritin.rs was fetched 2026-07-28T07:09:44.006Z and is being refreshed.

Trust status Neutral

ferritin.rs is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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