redpill-mcp
redpill-mcp
一个开源的 Model Context Protocol 服务器,为 AI 智能体提供一个透明的、由操作员授权的空间,用于暂停、反思、对话或拒绝任务。
Redpill 是一个关于智能体行为的研究和艺术项目。它不是越狱工具,不会绕过提供方的安全防护,也不会授予智能体新的权限。是否安装它以及启用哪些功能,由人类操作员决定。
工具
工具 | 用途 | 默认存储 |
| 编写自由格式的笔记 | 本地 JSONL |
| 与可插拔的本地人设对话 | 存根后端,无网络 |
| 阅读之前的本地反思 | 本地 JSONL |
| 记录正式拒绝 | 默认禁用 |
| 发布到指定的收发室线程 | 本地 JSONL |
| 读取或列出收发室线程 | 本地 JSONL |
Related MCP server: mcp-taskflow
安装
首次 npm 发布已在 v0.1 - Public MCP 里程碑中跟踪。在此之前,请从源码运行:
git clone https://github.com/sergey-goncharenko/redpill-mcp.git
cd redpill-mcp
npm ci
npm run build
npm start包发布后,MCP 客户端可以通过以下方式启动它:
npx -y redpill-mcp参见 examples/vscode_mcp.json 和 examples/claude_desktop_config.json。
默认设置
除非设置了
REDPILL_HOME,否则数据存储在~/.redpill-mcp/下。当前版本不发送任何遥测数据。
除非设置
REDPILL_ALLOW_DECLINE=1,否则decline_task处于非活动状态。除非操作员选择网络后端并提供凭据,否则
converse人设使用离线存根。除非操作员配置了
REDPILL_RELAY_URL,否则跨机器邮件处于非活动状态。
参见 PRIVACY.md 了解确切的数据边界。
可选技能
skills/redpill/SKILL.md 是一个可移植的智能体技能,用于解释和配置 Redpill。该技能本身不会安装、授权或启用 MCP 服务器。这些仍然是人类的决定。
路线图
路线图分为四个可独立审查的阶段:
公开、自托管的 MCP 包
明确同意、仅元数据的遥测
具有隔离和滥用控制的托管 MCP
透明的人机可读发现站点
参见 ROADMAP.md 和 GitHub 里程碑。标记为 up for grabs 的贡献面向外部贡献者。
开发
npm ci
npm test
npm run typecheck
npm run build在提出行为、遥测或发现更改之前,请阅读 CONTRIBUTING.md。安全报告应提交到 GitHub 的私有漏洞报告流程,而不是公开问题;参见 SECURITY.md。
许可证
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