The gitlab-mcp-server exposes GitLab API operations for AI agents. It provides tools for project management, including repository operations, issue tracking, CI/CD pipelines, and merge requests. It connects directly to GitLab's API, allowing agents to interact with GitLab projects, groups, and users. Developers use it to automate workflows, manage repositories, and streamline CI/CD processes.
The gitlab-mcp-server exposes GitLab API operations for AI agents. It provides tools for project management, including repository operations, issue tracking, CI/CD pipelines, and merge requests. It connects directly to GitLab's API, allowing agents to interact with GitLab projects, groups, and users. Developers use it to automate workflows, manage repositories, and streamline CI/CD processes.
npx -y @therealchristhomas/gitlab-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"therealchristhomas-gitlab-mcp-server-npm": {
"command": "npx",
"args": [
"-y",
"npx -y @therealchristhomas/gitlab-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from gitlab-mcp-server?"
API Key Required
This server requires an API key from gitlab-mcp-server. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| GITLAB-MCP-SERVER_API_KEY | Yes | Your gitlab-mcp-server API key |
"What resources are available in gitlab-mcp-server?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in gitlab-mcp-server"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in gitlab-mcp-server with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.