Odel
rigour

rigour

Local
@rigour-labs26TypeScriptMITUpdated 2w ago

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

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).

npm@rigour-labs/mcpv6.0.0

Run

npx -y @rigour-labs/mcp

MCP client config

{
  "mcpServers": {
    "rigour": {
      "command": "npx",
      "args": [
        "-y",
        "@rigour-labs/mcp"
      ]
    }
  }
}