★ 0 stars
TypeScript
🧠 Memory/Knowledge
Updated today
Generate a human-readable Markdown README from an A2A AgentCard JSON. Documents identity, capabilities, models, tools (with side-effect-class badges), refusal taxonomy, evaluations, deployment, safety posture. Sibling of mcp-server-readme-generator for the A2A side.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"agent-card-readme-ge": {
"command": "npx",
"args": [
"-y",
"mizcausevic-dev/agent-card-readme-generator"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add agent-card-readme-ge npx -y mizcausevic-dev/agent-card-readme-generator
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent-card-readme-ge": {
"command": "npx",
"args": [
"-y",
"mizcausevic-dev/agent-card-readme-generator"
]
}
}
}
📋 Copy
README Excerpt
Generate a human-readable Markdown README from an A2A **AgentCard** JSON document. Sibling of [`mcp-server-readme-generator`](https://github.com/mizcausevic-dev/mcp-server-readme-generator) for the A2A side — same shape, same vibe, same governance surface: take a machine-readable spec doc, emit something a human reviewer can scan in 30 seconds.
Tools (2)
mcp_tool_card_uri result_uri
Topics
a2a agent-cards agent-to-agent ai-governance documentation kinetic-gain-suite markdown readme typescript