← Registry

Developer Tools

agentreadme.com

Scores public GitHub repositories for AI agent readiness and drafts AGENTS.md files based on repository contents.

1 endpoint3 known toolsFirst detected September 9, 2026Last detected September 9, 2026

ENDPOINT 1

https://agentreadme.com/mcp

No auth detected

MCP server metadata

Name
agentreadme
Version
0.1.0
Capabilities
tools.listChanged

Known tools 3

grade_repository

Score a public GitHub repository on how well an AI coding agent can work in it.

Inferred read-only
draft_agents_md

Draft 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 effects
agent_readiness_findings

The 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-only

CONNECT 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.

Trust status Neutral

agentreadme.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.