Remogram for Claude Desktop
io.github.attebury/remogram
SCM & forge boundary MCP: normalized, typed JSON from attributed Gitea, GitLab, and GitHub providers
client:Claude Desktop
transport:stdio
runtime:npm
Install Remogram in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs