mcpbeat Sign in

Readyorai MCP Server

by tedoneobichajavascript Your server? Claim it
local only

Readyorai runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 5 Apr 2026.

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

Installs per day peak 25 · avg 6 · +32% w/w
a month agotoday
32
Installs / week
npm · readyorai
1
Stars
0 open issues
5 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Readyorai every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add readyorai -- npx -y readyorai
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "readyorai": {
      "args": [
        "-y",
        "readyorai"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.readyorai]
command = "npx"
args = ["-y", "readyorai"]
.cursor/mcp.json
{
  "mcpServers": {
    "readyorai": {
      "args": [
        "-y",
        "readyorai"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "readyorai": {
      "args": [
        "-y",
        "readyorai"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Readyorai

same job, measured the same way
Diffpilot
by bkalafat

MCP server for PR code review, commit messages, changelogs, and secret detection.

local only
Seojeom MCP
by seojeom

Local-first MCP server for Claude/Codex project wiki and graph workflows

local only
CodeInspectus
by synvoya

Local-first MCP security scanner and CLI for AI-generated applications.

142 installs/wk local only
Rootly
by wyre-ai

MCP server for Rootly — incidents, alerts, escalations, and post-incident reports.

local only
Rootly
by wyre-technology

MCP server for Rootly — incidents, alerts, escalations, and post-incident reports.

local only
AI Context
by vibgrate

Local-first MCP server: version-correct library docs, code map, and offline drift for your repo.

2 213 installs/wk local only
Docdex
by bekirdag

Fast per-repo documentation indexer and full-text search MCP server for codebases.

1 520 installs/wk local only
Lodekeep
by lodekeep

Memory MCP server for Claude Code. Correct a fact and the old version stops being recalled.

215 installs/wk answering

Readyorai — questions

Answers built from our own checks of this server.

Why is there no uptime for Readyorai?
Readyorai runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package readyorai was installed 32 times last week.
How do I connect Readyorai?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls readyorai straight from npm; nothing to host, nothing to sign up for.
How many people use Readyorai?
The npm package readyorai was installed 32 times in the last week. Week over week that is +32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Readyorai open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.