File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -2211,3 +2211,8 @@ registry:
22112211 bootstrap new tools from your mcp client
22122212 ref : github:docker/labs-ai-tools-for-devs?path=prompts/bootstrap.md
22132213 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 270270 :workdir " /app" }}]})
271271 (get-mcp-tools-from-prompt {:mcp [{:container {:image " vonwig/youtube-transcript:latest"
272272 :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" } }}]})
273276 (docker/run-container (docker/inject-secret-transform {:image " mcp/time:latest"
274277 :workdir " /app" }))
275278 (docker/run-container (docker/inject-secret-transform {:image " mcp/stripe:latest"
You can’t perform that action at this time.
0 commit comments