← Index

io.github.yifancong/rsdoctor

io.github.yifancong/rsdoctor·v0.1.0·Other
Quality Score
66
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "rsdoctor": {
      "command": "npx",
      "args": [
        "-y",
        "@rsdoctor/mcp-server"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "rsdoctor": {
      "command": "npx",
      "args": [
        "-y",
        "@rsdoctor/mcp-server"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @rsdoctor/mcp-server
§03  MCP Quality Score  ·  methodology
freshness
11
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other