File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ repository_url: https://github.com/makenotion/notion-mcp-server
3131tags :
3232 - notion
3333 - notes
34- image : mcp/ notion:latest
34+ image : ghcr.io/stacklok/dockyard/npx/ notion:1.9.0
3535args : []
3636permissions :
3737 network :
@@ -41,7 +41,13 @@ permissions:
4141 allow_port :
4242 - 443
4343env_vars :
44- - name : OPENAPI_MCP_HEADERS
45- description : ' HTTP headers for Notion API requests in JSON format. Example: {"Authorization":"Bearer ntn_****","Notion-Version":"2022-06-28"} '
44+ - name : NOTION_TOKEN
45+ description : Notion integration token ( ntn_****).
4646 required : true
4747 secret : true
48+ - name : OPENAPI_MCP_HEADERS
49+ description :
50+ ' HTTP headers for Notion API requests in JSON format (advanced use cases).
51+ Example: {"Authorization":"Bearer ntn_****","Notion-Version":"2022-06-28"}'
52+ required : false
53+ secret : true
You can’t perform that action at this time.
0 commit comments