developer tools
Cratedocs Mcp
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.
local
rust
developer tools
Installation
npx -y PromptExecution/cratedocs-mcpConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "cratedocs-mcp",
"command": "npx",
"args": [
"-y",
"PromptExecution/cratedocs-mcp"
]
}About This MCP Server
PromptExecution/cratedocs-mcp
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub