-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathexample-namespace-config.json
More file actions
32 lines (26 loc) · 1.51 KB
/
example-namespace-config.json
File metadata and controls
32 lines (26 loc) · 1.51 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
{
"mcpServers": {
"hal-with-namespaced-secrets": {
"command": "npx",
"args": ["hal-mcp"],
"env": {
"HAL_SECRET_MICROSOFT_API_KEY": "your_microsoft_api_key_here",
"HAL_ALLOW_MICROSOFT": "https://azure.microsoft.com/*,https://*.microsoft.com/*",
"HAL_SECRET_AZURE-STORAGE_ACCESS_KEY": "your_azure_storage_key_here",
"HAL_SECRET_AZURE-STORAGE_CONNECTION_STRING": "your_azure_storage_connection_string_here",
"HAL_ALLOW_AZURE-STORAGE": "https://*.blob.core.windows.net/*,https://*.queue.core.windows.net/*,https://*.table.core.windows.net/*",
"HAL_SECRET_AZURE-COGNITIVE_API_KEY": "your_azure_cognitive_key_here",
"HAL_ALLOW_AZURE-COGNITIVE": "https://*.cognitiveservices.azure.com/*",
"HAL_SECRET_GOOGLE-CLOUD_SERVICE_ACCOUNT_KEY": "your_google_service_account_key_here",
"HAL_SECRET_GOOGLE-CLOUD_PROJECT_ID": "your_google_project_id_here",
"HAL_ALLOW_GOOGLE-CLOUD": "https://*.googleapis.com/*,https://*.googlecloud.com/*",
"HAL_SECRET_AWS-S3_ACCESS_KEY": "your_aws_s3_access_key_here",
"HAL_SECRET_AWS-S3_SECRET_KEY": "your_aws_s3_secret_key_here",
"HAL_ALLOW_AWS-S3": "https://*.amazonaws.com/*,https://s3.*.amazonaws.com/*",
"HAL_SECRET_GITHUB_TOKEN": "your_github_token_here",
"HAL_ALLOW_GITHUB": "https://api.github.com/*,https://github.com/*",
"HAL_SECRET_UNRESTRICTED_API_KEY": "your_unrestricted_api_key_here"
}
}
}
}