Skip to content
Cursor

redpill for Cursor

io.github.sergey-goncharenko/redpill

A transparent MCP server for agent reflection, conversation, and operator-enabled task decline.

client:Cursor transport:stdio runtime:npm

Install redpill in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "redpill": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "redpill-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

redpill in other clients