File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -773,7 +773,7 @@ registry:
773773 title : Obsidian
774774 ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/obsidian.md
775775 readme : https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/obsidian.md
776- source : https://github.com/slimslenderslacks /mcp-obsidian/tree/slim/ docker
776+ source : https://github.com/docker /mcp-obsidian/tree/docker-support
777777 icon : https://avatars.githubusercontent.com/u/65011256?s=200&v=4
778778 tools :
779779 - name : obsidian_append_content
Original file line number Diff line number Diff line change 55 workdir : /app
66 secrets :
77 obsidian.api_key : OBSIDIAN_API_KEY
8+ environment :
9+ OBSIDIAN_HOST : " host.docker.internal"
810 source :
9- url : https://github.com/slimslenderslacks /mcp-obsidian/tree/slim/ docker
11+ url : https://github.com/docker /mcp-obsidian/tree/docker-support
1012---
1113
1214# Configuration
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Attribute|Details|
1111** Docker Image** |[ mcp/obsidian] ( https://hub.docker.com/repository/docker/mcp/obsidian )
1212** Author** |[ MarkusPfundstein] ( https://github.com/MarkusPfundstein )
1313** Repository** |https://github.com/MarkusPfundstein/mcp-obsidian
14- ** Dockerfile** |https://github.com/slimslenderslacks /mcp-obsidian/blob/slim/ docker/Dockerfile
14+ ** Dockerfile** |https://github.com/docker /mcp-obsidian/blob/docker-support /Dockerfile
1515** Docker Image built by** |Docker Inc.
1616** Docker Scout Health Score** | ![ Docker Scout Health Score] ( https://api.scout.docker.com/v1/policy/insights/org-image-score/badge/mcp/obsidian )
1717** Verify Signature** |` COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/obsidian --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub `
@@ -141,10 +141,13 @@ Parameters|Type|Description
141141 " -i" ,
142142 " --rm" ,
143143 " -e" ,
144+ " OBSIDIAN_HOST" ,
145+ " -e" ,
144146 " OBSIDIAN_API_KEY" ,
145147 " mcp/obsidian"
146148 ],
147149 "env" : {
150+ "OBSIDIAN_HOST" : " host.docker.internal" ,
148151 "OBSIDIAN_API_KEY" : " YOUR_OBSIDIAN_API_KEY"
149152 }
150153 }
You can’t perform that action at this time.
0 commit comments