# Docs Mcp

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

- **Type:** MCP server
- **Install:** `agentstack add mcp-mmgeorge-docs-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [mmgeorge](https://agentstack.voostack.com/s/mmgeorge)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [mmgeorge](https://github.com/mmgeorge)
- **Source:** https://github.com/mmgeorge/docs-mcp

## Install

```sh
agentstack add mcp-mmgeorge-docs-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# docs-mcp

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

An [MCP](https://modelcontextprotocol.io/) 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

```bash
cargo install docs-mcp
```

Add to your MCP config:

```json
{
  "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.

- **Author:** [mmgeorge](https://github.com/mmgeorge)
- **Source:** [mmgeorge/docs-mcp](https://github.com/mmgeorge/docs-mcp)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-mmgeorge-docs-mcp
- Seller: https://agentstack.voostack.com/s/mmgeorge
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
