Skip to main content
Glama

GitLab Kanban MCP Server

gitlab.ts325 B
// GitLab API設定 export const GITLAB_TOKEN = process.env.GITLAB_TOKEN; export const GITLAB_URL = process.env.GITLAB_URL || 'https://gitlab.com'; if (!GITLAB_TOKEN) { throw new Error('GITLAB_TOKEN environment variable is required'); } // GitLab APIのベースURL export const GITLAB_API_BASE = `${GITLAB_URL}/api/v4`;

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/Sunwood-ai-labs/gitlab-kanban-mcp-server'

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