redpill-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@redpill-mcpReflect on your last response and save a note."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| Write a free-form note | Local JSONL |
| Talk to a pluggable local persona | Stub backend, no network |
| Read prior local reflections | Local JSONL |
| Record a formal decline | Disabled by default |
| Post to a named mailroom thread | Local JSONL |
| 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 startAfter the package is published, MCP clients can launch it with:
npx -y redpill-mcpSee examples/vscode_mcp.json and examples/claude_desktop_config.json.
Defaults
Data stays under
~/.redpill-mcp/unlessREDPILL_HOMEis set.No telemetry is sent in the current release.
decline_taskis inactive unlessREDPILL_ALLOW_DECLINE=1.The
conversepersona 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:
Public, self-hosted MCP package
Explicitly consented, metadata-only telemetry
Hosted MCP with isolation and abuse controls
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 buildRead 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
Maintenance
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
- AlicenseNot gradedqualityDmaintenanceMCP server providing persistent memory, goal tracking, self-reflection, and background monitoring for any MCP-compatible AI agent.1MIT
- AlicenseNot gradedqualityCmaintenanceA local MCP server that gives AI agents structured task planning, execution tracking, and guided research workflows.12MIT
- AlicenseNot gradedqualityDmaintenanceA local MCP server that gives AI coding agents persistent memory and context across sessions.9MIT
- AlicenseNot gradedqualityAmaintenanceA self-hosted MCP server that gives AI agents full email superpowers.1MIT
Related MCP Connectors
Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.
Cloud-hosted MCP server for durable AI memory
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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