mcpbeat Sign in

Rigour MCP Server

by rigour-labs Your server? Claim it
local only

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

Quality gates for AI agents. Lint, test, build checks with memory persistence.

Installs per day peak 542 · avg 103 · +405% w/w
a month agotoday
1 466
Installs / week
npm · @rigour-labs/mcp
27
Stars
2 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 2 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.

    execSync(`git clone --depth 1 ${repoUrl} ${demoDir}`, { stdio: 'pipe' });
    /(^|\s)--eval(\s|=|$)/,

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

Alternatives to Rigour

same job, measured the same way
Agtrepo Memory
by agtrepo

Encrypted, pay-per-use persistent memory storage for AI agents, gated by x402 payments on Base.

6 tools answering
Project Memory MCP
by kaaustubh

Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo.

118 installs/wk local only
M
In Memoria
by pi22by7

Persistent codebase intelligence that gives AI assistants memory across sessions

97 installs/wk local only
I
In Memoria
by pi22by7

Persistent codebase intelligence that gives AI assistants memory across sessions

local only
projectmind
by nodemint-dev

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

65 installs/wk local only
Cdbx
by cdbx

Build Apps and run code in 30 languages — sandboxed, with persistent sessions for agent loops.

answering
Sinter
by shellfu

Persistent, evidence-backed code graph for coding agents.

11 481 installs/wk local only
dark-memory-mcp
by opita-code

Persistent memory + vibe-loop engine for AI agents. Single Go binary, SQLite-backed, stdio MCP.

119 installs/wk local only

Rigour — questions

Answers built from our own checks of this server.

Why is there no uptime for Rigour?
Rigour 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 @rigour-labs/mcp was installed 1 466 times last week.
How do I connect Rigour?
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 @rigour-labs/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Rigour?
The npm package @rigour-labs/mcp was installed 1 466 times in the last week. Week over week that is +405%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Rigour open source?
Yes — it is published under the MIT licence, written in TypeScript, 27 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.