Skip to content
Cline

Remogram for Cline

io.github.attebury/remogram

SCM & forge boundary MCP: normalized, typed JSON from attributed Gitea, GitLab, and GitHub providers

client:Cline transport:stdio runtime:npm

Install Remogram in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "remogram": {
      "command": "npx",
      "args": [
        "-y",
        "@remogram/mcp"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>",
        "GH_TOKEN": "<GH_TOKEN>",
        "GITLAB_TOKEN": "<GITLAB_TOKEN>",
        "GITEA_TOKEN": "<GITEA_TOKEN>",
        "REMOGRAM_CWD": "<REMOGRAM_CWD>",
        "REMOGRAM_OPERATOR_CONFIG": "<REMOGRAM_OPERATOR_CONFIG>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Remogram in other clients