gitlab ci mcp for LangChain
io.github.mshegolev/gitlab-ci-mcp
GitLab CI/CD MCP — pipelines, jobs, schedules, MRs, files. Any GitLab (SaaS or self-hosted).
client:LangChain
transport:stdio
runtime:pypi
Install gitlab ci mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"gitlab-ci-mcp": {
"transport": "stdio",
"command": "uvx",
"args": ["gitlab-ci-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs