777genius/gitlab
v0.1.0Apache-2.0
Portable Agent Plugins package for GitLab MCP. Inspect projects, issues, merge requests, and related DevOps workflows through GitLab's HTTP server.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
gitlabstreamable-http
{
"type": "streamable-http",
"url": "https://gitlab.com/api/v4/mcp"
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "gitlab",
"version": "0.1.0",
"description": "Portable Agent Plugins package for GitLab MCP. Inspect projects, issues, merge requests, and related DevOps workflows through GitLab's HTTP server.",
"author": {
"name": "777genius",
"url": "https://github.com/777genius"
},
"homepage": "https://gitlab.com",
"repository": "https://github.com/777genius/universal-agent-plugins",
"license": "Apache-2.0",
"keywords": [
"agent-plugins",
"ai-agents",
"gitlab",
"mcp",
"oauth",
"plugins"
]
}