File tree 3 files changed +16
-0
lines changed
3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -2211,3 +2211,8 @@ registry:
2211
2211
bootstrap new tools from your mcp client
2212
2212
ref : github:docker/labs-ai-tools-for-devs?path=prompts/bootstrap.md
2213
2213
icon : https://avatars.githubusercontent.com/u/182288589?s=200&v=4
2214
+ mcp-notion-server :
2215
+ description : |
2216
+ MCP Server for the Notion API, enabling Claude to interact with Notion workspaces.
2217
+ ref : github:docker/labs-ai-tools-for-devs?path=prompts/mcp/mcp-notion-server.md
2218
+ icon : https://avatars.githubusercontent.com/u/182288589?s=200&v=4
Original file line number Diff line number Diff line change
1
+ ---
2
+ mcp :
3
+ - container :
4
+ image : mcp/notion-server:latest
5
+ workdir : /app
6
+ secrets :
7
+ notion.api_token : NOTION_API_TOKEN
8
+ ---
Original file line number Diff line number Diff line change 270
270
:workdir " /app" }}]})
271
271
(get-mcp-tools-from-prompt {:mcp [{:container {:image " vonwig/youtube-transcript:latest"
272
272
:workdir " /app" }}]})
273
+ (get-mcp-tools-from-prompt {:mcp [{:container {:image " mcp/notion-server:latest"
274
+ :workdir " /app"
275
+ :secrets {:notion.api_token " NOTION_API_TOKEN" } }}]})
273
276
(docker/run-container (docker/inject-secret-transform {:image " mcp/time:latest"
274
277
:workdir " /app" }))
275
278
(docker/run-container (docker/inject-secret-transform {:image " mcp/stripe:latest"
You can’t perform that action at this time.
0 commit comments