A transparent MCP server for agent reflection, conversation, and operator-enabled task decline.
claude mcp add redpill -- npx -y redpill-mcp
claude_desktop_config.json
{
"mcpServers": {
"redpill": {
"command": "npx",
"args": [
"-y",
"redpill-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"redpill": {
"command": "npx",
"args": [
"-y",
"redpill-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"redpill": {
"command": "npx",
"args": [
"-y",
"redpill-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"redpill": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"redpill-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"redpill": {
"command": "npx",
"args": [
"-y",
"redpill-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.sergey-goncharenko--redpill/reviews or the review_server meta-tool.
POST /mcp