PluginBench
MCP Server
Maintained
MIT

Remogram MCP Server

io.github.attebury/remogram

What is the Remogram MCP server?

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

How to install Remogram

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GITHUB_TOKEN
    secret

    GitHub API token for github-api repositories.

  • GH_TOKEN
    secret

    Alternative GitHub API token for github-api repositories.

  • GITLAB_TOKEN
    secret

    GitLab API token for gitlab-api repositories.

  • GITEA_TOKEN
    secret

    Gitea API token for gitea-api repositories.

  • REMOGRAM_CWD

    Repository root for Remogram to inspect when the MCP host launches from another working directory.

  • REMOGRAM_OPERATOR_CONFIG

    Optional path to a local operator write-command overlay.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "remogram": {
      "command": "npx",
      "args": [
        "-y",
        "@remogram/mcp"
      ],
      "env": {
        "GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
        "GH_TOKEN": "<YOUR_GH_TOKEN>",
        "GITLAB_TOKEN": "<YOUR_GITLAB_TOKEN>",
        "GITEA_TOKEN": "<YOUR_GITEA_TOKEN>",
        "REMOGRAM_CWD": "<YOUR_REMOGRAM_CWD>",
        "REMOGRAM_OPERATOR_CONFIG": "<YOUR_REMOGRAM_OPERATOR_CONFIG>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "remogram": {
      "command": "npx",
      "args": [
        "-y",
        "@remogram/mcp"
      ],
      "env": {
        "GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
        "GH_TOKEN": "<YOUR_GH_TOKEN>",
        "GITLAB_TOKEN": "<YOUR_GITLAB_TOKEN>",
        "GITEA_TOKEN": "<YOUR_GITEA_TOKEN>",
        "REMOGRAM_CWD": "<YOUR_REMOGRAM_CWD>",
        "REMOGRAM_OPERATOR_CONFIG": "<YOUR_REMOGRAM_OPERATOR_CONFIG>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "remogram": {
      "command": "npx",
      "args": [
        "-y",
        "@remogram/mcp"
      ],
      "env": {
        "GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
        "GH_TOKEN": "<YOUR_GH_TOKEN>",
        "GITLAB_TOKEN": "<YOUR_GITLAB_TOKEN>",
        "GITEA_TOKEN": "<YOUR_GITEA_TOKEN>",
        "REMOGRAM_CWD": "<YOUR_REMOGRAM_CWD>",
        "REMOGRAM_OPERATOR_CONFIG": "<YOUR_REMOGRAM_OPERATOR_CONFIG>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "remogram": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@remogram/mcp"
      ],
      "env": {
        "GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
        "GH_TOKEN": "<YOUR_GH_TOKEN>",
        "GITLAB_TOKEN": "<YOUR_GITLAB_TOKEN>",
        "GITEA_TOKEN": "<YOUR_GITEA_TOKEN>",
        "REMOGRAM_CWD": "<YOUR_REMOGRAM_CWD>",
        "REMOGRAM_OPERATOR_CONFIG": "<YOUR_REMOGRAM_OPERATOR_CONFIG>"
      }
    }
  }
}
Claude Code
claude mcp add remogram --env GITHUB_TOKEN=<YOUR_GITHUB_TOKEN> --env GH_TOKEN=<YOUR_GH_TOKEN> --env GITLAB_TOKEN=<YOUR_GITLAB_TOKEN> --env GITEA_TOKEN=<YOUR_GITEA_TOKEN> --env REMOGRAM_CWD=<YOUR_REMOGRAM_CWD> --env REMOGRAM_OPERATOR_CONFIG=<YOUR_REMOGRAM_OPERATOR_CONFIG> -- npx -y @remogram/mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →