Skip to main content
Glama

GitLab MCP Code Review

by ffpy
pyproject.toml1.05 kB
[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", "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", "python-gitlab>=6.2.0", "requests>=2.31.0", "toml>=0.10.2", ] [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 [[tool.uv.index]] url = "https://pypi.tuna.tsinghua.edu.cn/simple" default = 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/ffpy/gitlab-mcp-code-review'

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