git-mcp-server
About
MCP server for GitLab and GitHub
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
GIT_PROVIDER GIT_TOKEN GIT_API_URL GIT_READ_ONLYClaude Code
claude mcp add --env GIT_PROVIDER= --env GIT_TOKEN= --env GIT_API_URL= --env GIT_READ_ONLY= git-mcp-server -- npx @raytien/git-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"git-mcp-server","command":"npx","args":["@raytien/git-mcp-server"],"env":{"GIT_PROVIDER":"","GIT_TOKEN":"","GIT_API_URL":"","GIT_READ_ONLY":""}}'
JSON
{
"mcpServers": {
"git-mcp-server": {
"command": "npx",
"args": [
"@raytien/git-mcp-server"
],
"env": {
"GIT_PROVIDER": "",
"GIT_TOKEN": "",
"GIT_API_URL": "",
"GIT_READ_ONLY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.