-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmcp.json
More file actions
51 lines (51 loc) · 1.5 KB
/
Copy pathmcp.json
File metadata and controls
51 lines (51 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/mcp.schema.json",
"mcpServers": {
"gitlab": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITLAB_URL",
"-e",
"GITLAB_TOKEN",
"-e",
"GITLAB_MCP_SKIP_TLS_VERIFY",
"-e",
"GITLAB_MCP_TOOL_SURFACE",
"-e",
"GITLAB_MCP_CAPABILITY_SURFACE",
"-e",
"GITLAB_MCP_META_PARAM_SCHEMA",
"-e",
"GITLAB_MCP_TIER",
"-e",
"GITLAB_MCP_READ_ONLY",
"-e",
"GITLAB_MCP_SAFE_MODE",
"-e",
"GITLAB_MCP_EMBEDDED_RESOURCES",
"-e",
"GITLAB_MCP_EXCLUDE_TOOLS",
"-e",
"GITLAB_MCP_IGNORE_SCOPES",
"-e",
"GITLAB_MCP_UPLOAD_MAX_FILE_SIZE",
"-e",
"GITLAB_MCP_ALLOWED_IMPORT_DIRS",
"-e",
"GITLAB_MCP_RATE_LIMIT_RPS",
"-e",
"GITLAB_MCP_RATE_LIMIT_BURST",
"-e",
"GITLAB_MCP_CLIENT_COMPAT",
"-e",
"GITLAB_MCP_LOG_LEVEL",
"ghcr.io/jmrplens/gitlab-mcp-server:latest"
]
}
}
}