Skip to content

Commit 0e74961

Browse files
authored
Merge pull request github#224 from docker/add-astro-docs-server
Add auth bearer tokens to Apify and Close remote MCP servers
2 parents 3845f6e + cd6d63f commit 0e74961

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

servers/apify/server.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ about:
1616
remote:
1717
transport_type: streamable-http
1818
url: https://mcp.apify.com
19+
headers:
20+
Authorization: "Bearer ${APIFY_API_KEY}"
1921
config:
2022
secrets:
2123
- name: apify.api_key

servers/close/server.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ about:
1616
remote:
1717
transport_type: streamable-http
1818
url: https://mcp.close.com/mcp
19+
headers:
20+
Authorization: "Bearer ${CLOSE_API_KEY}"
1921
config:
2022
secrets:
2123
- name: close.api_key

0 commit comments

Comments
 (0)