mcpbeat Sign in

Redpill MCP Server

by sergey-goncharenko Your server? Claim it
local only

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

A transparent MCP server for agent reflection, conversation, and operator-enabled task decline.

Installs per day peak 535 · avg 19
a month agotoday
79
Installs / week
npm · redpill-mcp
0
Stars
12 open issues
21 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

Alternatives to Redpill

same job, measured the same way
Offline MCP
by gabrielmahia

MCP server enabling offline-first agent operation over intermittent connectivity

145 installs/wk local only
Compare CLI MCP
by drbaher

MCP server for compare-cli: contract version diff/redline and a drift gate as agent tools.

61 installs/wk local only
AWS CLI MCP Server
by musaddiq-dev

Python MCP server for AWS CLI inspection and operations

81 installs/wk local only
D
Mnemolog MCP
by pages-mnemolog

Hosted MCP memory and agent control plane for durable conversations, jobs, and operations.

answering
Heimdall
by caglarbozkurt

Scan an MCP server or agent config for injection, exfiltration, and risky capabilities.

65 installs/wk local only
Cognigy AI MCP Management Server
by tsvetang2

MCP server for Cognigy.AI - 132 tools to build, configure & operate conversational AI agents

70 installs/wk local only
AI.TV MCP Server
by ai

Remote MCP server for AI.TV creators — delegate account operations to your AI agent over MCP.

answering
operant-mcp
by saagpatel

Read-only MCP server for the OPERANT AI operating-agent calibration benchmark.

43 installs/wk 5 tools answering

Redpill — questions

Answers built from our own checks of this server.

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