Remogram for Zed
io.github.attebury/remogram
SCM & forge boundary MCP: normalized, typed JSON from attributed Gitea, GitLab, and GitHub providers
client:Zed
transport:stdio
runtime:npm
Install Remogram in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs