Skip to content
Grok

Raposa Aval — human approval for Grok

group.raposa/raposa-mcp

Human approval for AI agents: a named person approves or rejects, silence is not consent.

client:Grok transport:stdio runtime:pypi

Install Raposa Aval — human approval in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "raposa-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "raposa-mcp"
      ],
      "env": {
        "RAPOSA_API_KEY": "<RAPOSA_API_KEY>"
      }
    }
  }
}

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

Raposa Aval — human approval in other clients