GitLab MCP Server for Claude Desktop
io.github.jmrplens/gitlab-mcp-server
Go MCP server for GitLab: 2 dynamic tools reach 1000+ REST/GraphQL actions. Free/CE, no paid tier.
client:Claude Desktop
transport:streamable-http
runtime:mcpb
Install GitLab MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"gitlab-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.jmrp.io/gitlab"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs