Skip to content
Cursor

rsdoctor for Cursor

io.github.yifancong/rsdoctor

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

client:Cursor transport:stdio runtime:npm

Install rsdoctor in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

rsdoctor in other clients