redpill for Zed
io.github.sergey-goncharenko/redpill
A transparent MCP server for agent reflection, conversation, and operator-enabled task decline.
client:Zed
transport:stdio
runtime:npm
Install redpill in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"redpill": {
"command": "npx",
"args": [
"-y",
"redpill-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs