efficient gitlab for Grok
io.github.detailobsessed/efficient-gitlab
Token-efficient GitLab MCP: 167 tools via 3 meta-tools, field projection, keyset pagination
client:Grok
transport:stdio
runtime:npm
Install efficient gitlab in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"efficient-gitlab": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"efficient-gitlab-mcp-server"
],
"env": {
"GITLAB_PERSONAL_ACCESS_TOKEN": "<GITLAB_PERSONAL_ACCESS_TOKEN>",
"GITLAB_API_URL": "<GITLAB_API_URL>"
}
}
}
}
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