Remogram for Grok
io.github.attebury/remogram
SCM & forge boundary MCP: normalized, typed JSON from attributed Gitea, GitLab, and GitHub providers
client:Grok
transport:stdio
runtime:npm
Install Remogram in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"remogram": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs