Odel
rsdoctor

rsdoctor

Local
@web-infra-dev1.1kTypeScriptMITUpdated 6 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@rsdoctor/mcp-serverv0.1.2-beta.0

Run

npx -y @rsdoctor/mcp-server

MCP client config

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