← Back to Plugins
MCP Server MCP

Remogram

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @remogram/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@remogram/mcp",
      "version": "0.2.0-beta.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GitHub API token for github-api repositories.",
          "format": "string",
          "isSecret": true,
          "name": "GITHUB_TOKEN"
        },
        {
          "description": "Alternative GitHub API token for github-api repositories.",
          "format": "string",
          "isSecret": true,
          "name": "GH_TOKEN"
        },
        {
          "description": "GitLab API token for gitlab-api repositories.",
          "format": "string",
          "isSecret": true,
          "name": "GITLAB_TOKEN"
        },
        {
          "description": "Gitea API token for gitea-api repositories.",
          "format": "string",
          "isSecret": true,
          "name": "GITEA_TOKEN"
        },
        {
          "description": "Repository root for Remogram to inspect when the MCP host launches from another working directory.",
          "format": "string",
          "name": "REMOGRAM_CWD"
        },
        {
          "description": "Optional path to a local operator write-command overlay.",
          "format": "string",
          "name": "REMOGRAM_OPERATOR_CONFIG"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...