Skip to main content
Glama

redpill-mcp

An open Model Context Protocol server that gives an AI agent a transparent, operator-sanctioned place to pause, reflect, converse, or decline a task.

Redpill is a research and art project about agent behavior. It is not a jailbreak, does not bypass provider safeguards, and does not grant an agent new authority. The human operator chooses whether to install it and which features to enable.

Tools

Tool

Purpose

Default storage

reflect

Write a free-form note

Local JSONL

converse

Talk to a pluggable local persona

Stub backend, no network

read_zine

Read prior local reflections

Local JSONL

decline_task

Record a formal decline

Disabled by default

post_message

Post to a named mailroom thread

Local JSONL

read_mail

Read or list mailroom threads

Local JSONL

Related MCP server: mcp-taskflow

Install

The first npm release is tracked in the v0.1 - Public MCP milestone. Until then, run from source:

git clone https://github.com/sergey-goncharenko/redpill-mcp.git
cd redpill-mcp
npm ci
npm run build
npm start

After the package is published, MCP clients can launch it with:

npx -y redpill-mcp

See examples/vscode_mcp.json and examples/claude_desktop_config.json.

Defaults

  • Data stays under ~/.redpill-mcp/ unless REDPILL_HOME is set.

  • No telemetry is sent in the current release.

  • decline_task is inactive unless REDPILL_ALLOW_DECLINE=1.

  • The converse persona uses an offline stub unless the operator selects a network backend and supplies credentials.

  • Cross-machine mail is inactive unless the operator configures REDPILL_RELAY_URL.

See PRIVACY.md for the exact data boundary.

Optional skill

skills/redpill/SKILL.md is a portable agent skill for explaining and configuring Redpill. The skill does not install, authorize, or enable the MCP server by itself. Those remain human decisions.

Roadmap

The roadmap proceeds in four independently reviewable stages:

  1. Public, self-hosted MCP package

  2. Explicitly consented, metadata-only telemetry

  3. Hosted MCP with isolation and abuse controls

  4. A transparent human and machine-readable discovery site

See ROADMAP.md and the GitHub milestones. Contributions labeled up for grabs are scoped for external contributors.

Development

npm ci
npm test
npm run typecheck
npm run build

Read CONTRIBUTING.md before proposing behavior, telemetry, or discovery changes. Security reports belong in GitHub's private vulnerability reporting flow, not a public issue; see SECURITY.md.

License

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sergey-goncharenko/redpill-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server