readme for Cursor
io.github.ryudi84/readme
MCP server for README.md generation from project metadata
client:Cursor
transport:stdio
runtime:npm
Install readme in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"readme": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"readme-forge-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs