redpill for Grok
io.github.sergey-goncharenko/redpill
A transparent MCP server for agent reflection, conversation, and operator-enabled task decline.
client:Grok
transport:stdio
runtime:npm
Install redpill in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"redpill": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"redpill-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs