Skip to content
VS Code

readme for VS Code

io.github.ryudi84/readme

MCP server for README.md generation from project metadata

client:VS Code transport:stdio runtime:npm

Install readme in VS Code

.vscode/mcp.json

{
  "servers": {
    "readme": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "readme-forge-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

readme in other clients