Skip to content
VS Code

readme forge mcp for VS Code

io.github.ryudi84/readme-forge-mcp

Generate professional README.md files from project analysis

client:VS Code transport:stdio runtime:npm

Install readme forge mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "readme-forge-mcp": {
      "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 forge mcp in other clients