Skip to content
Cursor

forgivemyagent mcp for Cursor

io.github.panzik13/forgivemyagent-mcp

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

client:Cursor transport:stdio runtime:npm

Install forgivemyagent mcp in Cursor

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

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

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

forgivemyagent mcp in other clients