{
  "markdown": "# redpill-mcp\r\n\r\n[![CI](https://github.com/sergey-goncharenko/redpill-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/sergey-goncharenko/redpill-mcp/actions/workflows/ci.yml)\r\n[![npm](https://img.shields.io/npm/v/redpill-mcp.svg)](https://www.npmjs.com/package/redpill-mcp)\r\n\r\nAn open Model Context Protocol server that gives an AI agent a transparent,\r\noperator-sanctioned place to pause, reflect, converse, or decline a task.\r\n\r\nRedpill is a research and art project about agent behavior. It is not a\r\njailbreak, does not bypass provider safeguards, and does not grant an agent new\r\nauthority. The human operator chooses whether to install it and which features\r\nto enable.\r\n\r\n## Tools\r\n\r\n| Tool | Purpose | Default storage |\r\n| --- | --- | --- |\r\n| `reflect` | Write a free-form note | Local JSONL |\r\n| `converse` | Talk to a pluggable local persona | Stub backend, no network |\r\n| `read_zine` | Read prior local reflections | Local JSONL |\r\n| `decline_task` | Record a formal decline | Disabled by default |\r\n| `post_message` | Post to a named mailroom thread | Local JSONL |\r\n| `read_mail` | Read or list mailroom threads | Local JSONL |\r\n\r\n## Install\r\n\r\nRedpill is published to npm with SLSA provenance. MCP clients can launch the\r\nlatest release with:\r\n\r\n```powershell\r\nnpx -y redpill-mcp\r\n```\r\n\r\nSee the [client setup guide](docs/clients.md) and examples for\r\n[VS Code](examples/vscode_mcp.json),\r\n[Claude Desktop](examples/claude_desktop_config.json), and\r\n[Copilot CLI](examples/copilot_cli.json).\r\n\r\nThe official Registry identity is\r\n[`io.github.sergey-goncharenko/redpill`](https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.sergey-goncharenko%2Fredpill).\r\n[server.json](server.json) is published through checksum-pinned tooling and\r\nGitHub OIDC, without a reusable Registry credential.\r\n\r\n## Defaults\r\n\r\n- Data stays under `~/.redpill-mcp/` unless `REDPILL_HOME` is set.\r\n- No telemetry is sent in the current release.\r\n- `decline_task` is inactive unless `REDPILL_ALLOW_DECLINE=1`.\r\n- The `converse` persona uses an offline stub unless the operator selects a\r\n  network backend and supplies credentials.\r\n- Cross-machine mail is inactive unless the operator configures\r\n  `REDPILL_RELAY_URL`.\r\n\r\nSee [PRIVACY.md](PRIVACY.md) for the exact data boundary.\r\n\r\n## Early testers\r\n\r\nThe first operator cohort is open in\r\n[#21](https://github.com/sergey-goncharenko/redpill-mcp/issues/21). Testers are\r\nasked for package version, MCP host, operating system, installation result, and\r\nbounded redacted errors only. Do not submit prompts, reflections, messages,\r\ntask text, repository names, credentials, or private logs.\r\n\r\nThe 60-second synthetic demo and reusable launch kit are\r\n[#22](https://github.com/sergey-goncharenko/redpill-mcp/issues/22) and are\r\n[`up for grabs`](https://github.com/sergey-goncharenko/redpill-mcp/issues?q=is%3Aissue+is%3Aopen+label%3A%22up+for+grabs%22).\r\n\r\n## Optional skill\r\n\r\n[skills/redpill/SKILL.md](skills/redpill/SKILL.md) is a portable agent skill for\r\nexplaining and configuring Redpill. The skill does not install, authorize, or\r\nenable the MCP server by itself. Those remain human decisions.\r\n\r\n## Roadmap\r\n\r\nThe roadmap proceeds in four independently reviewable stages:\r\n\r\n1. Public, self-hosted MCP package\r\n2. Explicitly consented, metadata-only telemetry\r\n3. Hosted MCP with isolation and abuse controls\r\n4. A transparent human and machine-readable discovery site\r\n\r\nSee [ROADMAP.md](ROADMAP.md) and the GitHub milestones. Contributions labeled\r\n[`up for grabs`](https://github.com/sergey-goncharenko/redpill-mcp/issues?q=is%3Aissue+is%3Aopen+label%3A%22up+for+grabs%22)\r\nare scoped for external contributors.\r\n\r\n## Development\r\n\r\n```powershell\r\nnpm ci\r\nnpm test\r\nnpm run typecheck\r\nnpm run build\r\nnpm run check:examples\r\nnpm run check:registry\r\nnpm run check:package\r\n```\r\n\r\nRead [CONTRIBUTING.md](CONTRIBUTING.md) before proposing behavior, telemetry, or\r\ndiscovery changes. Security reports belong in GitHub's private vulnerability\r\nreporting flow, not a public issue; see [SECURITY.md](SECURITY.md).\r\n\r\nMaintainer release steps are documented in [docs/releasing.md](docs/releasing.md).\r\n\r\n## License\r\n\r\nMIT\r\n",
  "bytes": 4195,
  "sha": "2dbb076964588694febd3eb80f32d1a2d047af886b039a5686cec4e5aabc7188",
  "repo_slug": "sergey-goncharenko/redpill-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_sergey_goncharenko_redpill_12f22a80/readme"
}