Skip to main content
Glama

mcp-server-gitlab

.env.example624 B
# GitLab API 配置 # 替换为您的 GitLab 访问令牌 GITLAB_TOKEN=glpat-xxxxxxxxxxxxxxxx # 替换为您的 GitLab 实例域名 GITLAB_API_URL=gitlab.example.com # MCP 传输配置 (可选) # 传输类型: stdio (默认) 或 httpStream MCP_TRANSPORT_TYPE=stdio # HTTP Stream 配置 (仅在 MCP_TRANSPORT_TYPE=httpStream 时使用) # 服务器绑定地址 (默认: httpStream 模式为 0.0.0.0,其他模式为 localhost) # 在 Docker 容器中运行时,推荐使用 0.0.0.0 以允许外部访问 MCP_HOST=0.0.0.0 # 服务器端口 (默认: 3000) MCP_PORT=3000 # API 端点路径 (默认: /mcp) MCP_ENDPOINT=/mcp

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ZephyrDeng/mcp-server-gitlab'

If you have feedback or need assistance with the MCP directory API, please join our Discord server