Odel
ReadyOrAI

ReadyOrAI

Local
@tedoneobichajavascript1TypeScriptMITUpdated 5mo ago

Zero-cost MCP server for local code inspection and best-practice recommendations

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmreadyoraiv0.1.2

Run

npx -y readyorai

MCP client config

{
  "mcpServers": {
    "readyorai": {
      "command": "npx",
      "args": [
        "-y",
        "readyorai"
      ]
    }
  }
}