Skip to content
VS Code

redpill for VS Code

io.github.sergey-goncharenko/redpill

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

client:VS Code transport:stdio runtime:npm

Install redpill in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

redpill in other clients