
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
agentpay-readme-generator-mcp
Advanced tools
MCP Server for generating professional README files for GitHub repos. Features include README generation, badge creation, validation, and templates.
An MCP (Model Context Protocol) server that generates professional README files for GitHub repositories. Built for MCP-compatible clients like Claude Desktop, Cursor, and VS Code.
| Tier | Price | Features |
|---|---|---|
| Free | $0 | 5 READMEs per session |
| Pro | $9/mo | Unlimited READMEs, custom branding, all templates, priority support |
npm install -g agentpay-readme-generator-mcp
git clone https://github.com/Rumblingb/agent-readme-generator-mcp.git
cd agent-readme-generator-mcp
pip install -r requirements.txt
python server.py
Add to your claude_desktop_config.json:
{
"mcpServers": {
"readme-generator": {
"command": "python",
"args": ["-m", "server"],
"env": {
"PYTHONPATH": "/path/to/agent-readme-generator-mcp"
}
}
}
}
Add to Cursor's MCP configuration.
Add to VS Code's settings for GitHub Copilot.
readme_generateGenerate a complete README file.
Parameters:
name (string): Repository namedescription (string): Project descriptionfeatures (string[]): List of featurestools (string[]): List of tools/commandstemplate (string): Template type (python-mcp, rest-api, html-tool, cli-app, npm-package)session_id (string, optional): Session identifier for rate limitingreadme_add_badgeGenerate markdown for a badge.
Parameters:
type (string): Badge type (smithery, npm, github-stars, python, license)repo (string): GitHub repo (owner/repo format)package (string): npm package namereadme_validateValidate a README against best practices checklist.
Parameters:
content (string): Full README text to validatereadme_templatesList available README templates with their section layouts.
git clone https://github.com/Rumblingb/agent-readme-generator-mcp.git
cd agent-readme-generator-mcp
pip install -r requirements.txt
python server.py
# Test the server starts and responds to tools/list
echo '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | python server.py
The site is deployed via GitHub Pages at rumblingb.github.io/agent-readme-generator-mcp.
MIT
FAQs
MCP Server for generating professional README files for GitHub repos. Features include README generation, badge creation, validation, and templates.
We found that agentpay-readme-generator-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.