AgentStack
MCP verified MIT Self-run

Docs Mcp

mcp-mmgeorge-docs-mcp · by mmgeorge

MCP server using the crates.io API and docs.rs published rustdoc JSON

No reviews yet
0 installs
2 views
0.0% view→install

Install

$ agentstack add mcp-mmgeorge-docs-mcp

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Docs Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

docs-mcp

[](https://crates.io/crates/docs-mcp) [](https://github.com/mmgeorge/docs-mcp/actions/workflows/ci.yml) [](LICENSE)

An MCP server for accessing documentation for Rust crates. Does not require nightly or downloading crates. Instead uses the rustdoc JSON published on docs.rs. Also expose some additional API calls from crates.io and the crates.io sparse index.

Quick Start

cargo install docs-mcp

Add to your MCP config:

{
  "mcpServers": {
    "docs-mcp": {
      "command": "/path/to/docs-mcp"
    }
  }
}

Tools

| Tool | Description | |------|-------------| | crate_list | Search crates.io by keyword, category, or free-text | | crate_get | Metadata for a crate: description, downloads, latest version, features, MSRV | | crate_readme_get | Fetch a crate's README as plain text | | crate_docs_get | Structured docs: crate-level //! docs, module tree, and item summaries | | crate_item_list | Search for items by name or concept; returns signatures and doc summaries | | crate_item_get | Full docs for a specific item by fully-qualified path | | crate_impls_list | Find trait implementors or all traits a type implements | | crate_versions_list | All published versions with features, MSRV, dep counts, and yank status | | crate_version_get | Per-version metadata: edition, targets, line counts, license, publisher | | crate_dependencies_list | Dependency list for a version with semver requirements and feature flags | | crate_dependents_list | Reverse dependencies — crates that depend on this one | | crate_downloads_get | Per-day download counts by version for the past 90 days |

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.