Skip to main content
Glama
smithery.yaml678 B
# Smithery.ai configuration startCommand: type: stdio configSchema: type: object required: - gitlabMrMcpToken - gitlabMrMcpHost properties: gitlabMrMcpToken: type: string description: GitLab Access Token gitlabMrMcpHost: type: string description: GitLab Instance Host (e.g. gitlab.com) commandFunction: # A function that produces the CLI command to start the MCP on stdio. |- (config) => ({ command: 'node', args: [ 'index.js' ], env: { MR_MCP_GITLAB_TOKEN: config.gitlabMrMcpToken, MR_MCP_GITLAB_HOST: config.gitlabMrMcpHost } })

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/kopfrechner/gitlab-mr-mcp'

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