Remogram
About
SCM & forge boundary MCP: normalized, typed JSON from attributed Gitea, GitLab, and GitHub providers
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
GITHUB_TOKEN GH_TOKEN GITLAB_TOKEN GITEA_TOKEN REMOGRAM_CWD REMOGRAM_OPERATOR_CONFIGClaude Code
claude mcp add --env GITHUB_TOKEN= --env GH_TOKEN= --env GITLAB_TOKEN= --env GITEA_TOKEN= --env REMOGRAM_CWD= --env REMOGRAM_OPERATOR_CONFIG= remogram -- npx @remogram/mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"remogram","command":"npx","args":["@remogram/mcp"],"env":{"GITHUB_TOKEN":"","GH_TOKEN":"","GITLAB_TOKEN":"","GITEA_TOKEN":"","REMOGRAM_CWD":"","REMOGRAM_OPERATOR_CONFIG":""}}'
JSON
{
"mcpServers": {
"remogram": {
"command": "npx",
"args": [
"@remogram/mcp"
],
"env": {
"GITHUB_TOKEN": "",
"GH_TOKEN": "",
"GITLAB_TOKEN": "",
"GITEA_TOKEN": "",
"REMOGRAM_CWD": "",
"REMOGRAM_OPERATOR_CONFIG": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.