HomeOther › rsdoctor

rsdoctor

An MCP server that provides build analysis and optimization recommendations for Rspack projects.

TypeScript
★ 1,142 stars Last pushed 2026-09-24 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.2-beta.0)

npx -y @rsdoctor/mcp-server@0.1.2-beta.0

Or add to your MCP client config:

{
  "mcpServers": {
    "rsdoctor": {
      "command": "npx",
      "args": [
        "-y",
        "@rsdoctor/mcp-server@0.1.2-beta.0"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry