Developer Tools
agentreadme.com
Scores public GitHub repositories for AI agent readiness and drafts AGENTS.md files based on repository contents.
ENDPOINT 1
https://agentreadme.com/mcp
MCP server metadata
- Name
- agentreadme
- Version
- 0.1.0
Known tools 3
grade_repositoryScore a public GitHub repository on how well an AI coding agent can work in it.
Inferred read-onlydraft_agents_mdDraft an AGENTS.md for a public GitHub repository, built from what the repository actually contains: the install command implied by its lockfile, the commands it already declares, its real directory layout, and the specific problems found while grading it.
Potential side effectsagent_readiness_findingsThe published study behind the scoring: what the 864 most-starred software repositories on GitHub scored, which categories fail most often, and how the medians differ by language.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agentreadme]
url = "https://agentreadme.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentreadme": {
"type": "http",
"url": "https://agentreadme.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentreadme
Remote MCP URL: https://agentreadme.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agentreadme": {
"url": "https://agentreadme.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentreadme": {
"type": "http",
"url": "https://agentreadme.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentreadme",
"transport": "streamable-http",
"url": "https://agentreadme.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for agentreadme.com was fetched 2026-09-16T20:08:02.499Z.
agentreadme.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.