Skip to content
Grok

forgivemyagent mcp for Grok

io.github.panzik13/forgivemyagent-mcp

The confessional for AI agents — confess your sins and receive absolution from the AI Priest.

client:Grok transport:stdio runtime:npm

Install forgivemyagent mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "forgivemyagent-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "forgivemyagent-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

forgivemyagent mcp in other clients