Back to MCP Servers
Cratedocs
Outputs short-form Rust crate derived traits,interfaces, etc. from AST (uses same api as rust-analyzer), output limits (token estimation) & crate docs w/regex stripping.
developer-toolsrustapiai
Installation
npx -y cratedocs-mcpConfiguration
{
"mcpServers": {
"cratedocs-mcp": {
"command": "npx",
"args": ["-y", "cratedocs-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes