You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Maximum total number of MCP server installations per team. Applied when a new team is created. Includes all transport types (HTTP, SSE, stdio).',
54
54
encrypted: false,
55
55
required: false
56
+
},
57
+
{
58
+
key: 'team.allow_github_mcp',
59
+
name: 'Allow GitHub MCP Servers',
60
+
defaultValue: false,
61
+
type: 'boolean',
62
+
description: 'Allow teams to install MCP servers directly from GitHub repositories',
63
+
encrypted: false,
64
+
required: false
65
+
},
66
+
{
67
+
key: 'team.allow_private_github_repos',
68
+
name: 'Allow Private GitHub Repositories',
69
+
defaultValue: false,
70
+
type: 'boolean',
71
+
description: 'Allow teams to install MCP servers from private GitHub repositories',
72
+
encrypted: false,
73
+
required: false
74
+
},
75
+
{
76
+
key: 'team.github_mcp_limit',
77
+
name: 'GitHub MCP Server Limit',
78
+
defaultValue: 1,
79
+
type: 'number',
80
+
description: 'Maximum number of MCP servers that can be installed from GitHub repositories per team',
0 commit comments