automataIA/mcp-rustdoc-parser
A Model Context Protocol (MCP) server for parsing and querying Rust documentation. Extracts detailed information about Rust items (functions, structs, enums) from project documentation and serves them via stdio transport. Perfect for integrating Rust documentation into AI-powered development tools.
Platform-specific configuration:
{
"mcpServers": {
"mcp-rustdoc-parser": {
"command": "npx",
"args": [
"-y",
"mcp-rustdoc-parser"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...