Skip to main content
Glama

GitLab Code Review MCP

by lininn
pyproject.toml966 B
[project] name = "gitlab-mcp-code-review" version = "0.1.0" description = "MCP server for GitLab Code Review" authors = [{name = "GitLab MCP Code Review Contributors"}] license = "MIT" readme = "README.md" requires-python = ">=3.10" classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] dependencies = [ "mcp[cli]>=1.6.0", "python-dotenv>=1.0.0", "requests>=2.31.0", ] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "pytest-cov>=4.0.0", "black>=23.0.0", "isort>=5.0.0", "mypy>=1.0.0", "pre-commit>=3.0.0", ] [build-system] requires = ["setuptools>=42", "wheel"] build-backend = "setuptools.build_meta" [tool.black] line-length = 88 [tool.isort] profile = "black" [tool.mypy] strict = true

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/lininn/gitlab-code-review-mcp'

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