Files
gitlab-mpm/.mcp.json
T

18 lines
364 B
JSON

{
"mcpServers": {
"gitlab-mpm": {
"command": "/Users/bryangilliom/.local/bin/uv",
"args": [
"run",
"--with", "mcp[cli]<2",
"--with", "httpx",
"--with", "keyring",
"${CLAUDE_PLUGIN_ROOT}/server/gitlab_mcp.py"
],
"env": {
"GITLAB_API_URL": "https://gitlab.com/api/v4"
}
}
}
}