Home › Knowledge & Memory › agentready-mcp

agentready-mcp

Query any docs site via MCP. Submit a URL, ask questions, get cited answers.

TypeScript Cloud macOSWindowsLinux Remote
★ 2 stars Last pushed 2026-08-15

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://www.agentready.it.com/api/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http agentready-mcp https://www.agentready.it.com/api/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "agentready-mcp": {
      "url": "https://www.agentready.it.com/api/mcp"
    }
  }
}

Package (npm 1.3.1)

npx -y @agentreadyweb/mcp@1.3.1

Or add to your MCP client config:

{
  "mcpServers": {
    "agentready-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@agentreadyweb/mcp@1.3.1"
      ],
      "env": {
        "AGENTREADY_MCP_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • AGENTREADY_MCP_URL — Override the MCP endpoint URL (only needed for self-hosted AgentReady instances)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry