Advanced GitLab MCP server for Grok
io.github.structured-world/gitlab-mcp
58 CQRS tools exposing 230 GitLab operations across 26 entity types
client:Grok
transport:stdio
runtime:npm
Install Advanced GitLab MCP server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"gitlab-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@structured-world/gitlab-mcp"
],
"env": {
"GITLAB_TOKEN": "<GITLAB_TOKEN>",
"GITLAB_API_URL": "<GITLAB_API_URL>",
"GITLAB_READ_ONLY_MODE": "<GITLAB_READ_ONLY_MODE>"
}
}
}
}
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