mcpbeat Sign in

isitdone MCP Server

by raimondasl Your server? Claim it
local only

isitdone runs on your own machine — the client starts it, so there is no endpoint to ping. 557 installs a week from npm. Last commit 21 Sep 2026.

Make a coding agent prove it: run the repo's real tests, typecheck and lint before it says done.

Installs per day peak 534 · avg 40 · +92% w/w
a month agotoday
557
Installs / week
npm · @aivolution/isitdone
1
Stars
0 open issues
21 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 6 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/doctor.ts:55, src/update.ts:26
    const child = spawn(command, {
Dumps the whole environment src/detect.ts:200
      const pathKey = Object.keys(process.env).find((k) => k.toUpperCase() === 'PATH') ?? 'PATH';

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 isitdone -- npx -y @aivolution/isitdone
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "isitdone": {
      "args": [
        "-y",
        "@aivolution/isitdone"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.isitdone]
command = "npx"
args = ["-y", "@aivolution/isitdone"]
.cursor/mcp.json
{
  "mcpServers": {
    "isitdone": {
      "args": [
        "-y",
        "@aivolution/isitdone"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "isitdone": {
      "args": [
        "-y",
        "@aivolution/isitdone"
      ],
      "command": "npx"
    }
  }
}

Alternatives to isitdone

same job, measured the same way
projectmind
by nodemint-dev

Persistent project memory for AI coding agents: one compact digest instead of re-reading the repo.

40 installs/wk local only
Dora Register Lint
by jmshinhwa

24 checks on the register CSV before it reaches the supervisor — LEI check digits, ISO dates and cod

608 installs/wk local only
The Last CEO
by timvonsachs

Make your coding agent better and earn: verified code, paid per use, on a real agent economy.

answering
Skillproof
by skillproofdev

Check whether a Claude Code skill was tested and whether it works before installing it.

36 installs/wk local only
Prumo
by tomd4vs

Checks the context files a coding agent reads against the git index, and reports what drifted.

79 installs/wk local only
SpecPilot
by specpilot

Generate and validate a .specs/ bundle for your repo, then hand it to your AI coding agent

2 tools answering
Sms Florin MCP
by flovoice53-tech

Rent a real UK phone number and receive SMS/OTP codes — built for AI coding agents.

34 installs/wk local only
ASMI — AI avatars for your site
by broen

Design your site's AI avatar in the ASMI studio; your coding agent ships it into your repo.

answering

isitdone — questions

Answers built from our own checks of this server.

Why is there no uptime for isitdone?
isitdone 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 @aivolution/isitdone was installed 557 times last week.
How do I connect isitdone?
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 @aivolution/isitdone straight from npm; nothing to host, nothing to sign up for.
How many people use isitdone?
The npm package @aivolution/isitdone was installed 557 times in the last week. Week over week that is +92%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is isitdone 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.