mcpbeat Sign in
I

grim-mcp MCP Server

local only

grim-mcp runs on your own machine — the client starts it, so there is no endpoint to ping.

Security audit for AI agents: code, deps, exposure, secrets, drift, SBOM, and IoC.

Installs / week
npm · grim-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check grim-mcp 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 grim-mcp -- npx -y grim-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "grim-mcp": {
      "args": [
        "-y",
        "grim-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.grim-mcp]
command = "npx"
args = ["-y", "grim-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "grim-mcp": {
      "args": [
        "-y",
        "grim-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "grim-mcp": {
      "args": [
        "-y",
        "grim-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to grim-mcp

same job, measured the same way
MCP Codeaudit
by infoinlet-marketplace

Security audit for AI agents — scan code/diffs for leaked secrets, check deps via OSV.

23 installs/wk local only
Regulatory Signals
by rikocr8orh8

Audit GitHub repos for security, compliance, and EU AI Act exposure from Claude or Cursor.

38 installs/wk local only
Release Gate
by vamsisudhakaran1

Pre-deploy security auditor for AI agent code — the risks generic SAST misses.

253 installs/wk local only
Rune
by thecolourfoundation

Evidence-traced codebase understanding and security scanning for AI agents over MCP.

24 installs/wk local only
Agentic SDLC MCP
by sakuracianna

Agentic SDLC governance and security controls for AI coding agents working with GitHub.

44 installs/wk local only
E2b
by mcparmory

Create and manage secure sandboxes for running AI agent code

238 installs/wk local only
Mythos Agent
by mythos-agent

Open-source AI security agent: SAST, DAST, and policy-as-code over MCP.

68 installs/wk local only
Skylos
by duriantaco

Dead code, security, secrets detection and code quality for Python, TypeScript, Go.

18 479 installs/wk local only

grim-mcp — questions

Answers built from our own checks of this server.

Why is there no uptime for grim-mcp?
grim-mcp 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 grim-mcp.
How do I connect grim-mcp?
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 grim-mcp straight from npm; nothing to host, nothing to sign up for.