This repository was archived by the owner on Jun 27, 2025. It is now read-only.
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:
773
773
title : Obsidian
774
774
ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/obsidian.md
775
775
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
777
777
icon : https://avatars.githubusercontent.com/u/65011256?s=200&v=4
778
778
tools :
779
779
- name : obsidian_append_content
Original file line number Diff line number Diff line change 5
5
workdir : /app
6
6
secrets :
7
7
obsidian.api_key : OBSIDIAN_API_KEY
8
+ environment :
9
+ OBSIDIAN_HOST : " host.docker.internal"
8
10
source :
9
- url : https://github.com/slimslenderslacks /mcp-obsidian/tree/slim/ docker
11
+ url : https://github.com/docker /mcp-obsidian/tree/docker-support
10
12
---
11
13
12
14
# Configuration
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Attribute|Details|
11
11
** Docker Image** |[ mcp/obsidian] ( https://hub.docker.com/repository/docker/mcp/obsidian )
12
12
** Author** |[ MarkusPfundstein] ( https://github.com/MarkusPfundstein )
13
13
** 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
15
15
** Docker Image built by** |Docker Inc.
16
16
** Docker Scout Health Score** | ![ Docker Scout Health Score] ( https://api.scout.docker.com/v1/policy/insights/org-image-score/badge/mcp/obsidian )
17
17
** 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
141
141
" -i" ,
142
142
" --rm" ,
143
143
" -e" ,
144
+ " OBSIDIAN_HOST" ,
145
+ " -e" ,
144
146
" OBSIDIAN_API_KEY" ,
145
147
" mcp/obsidian"
146
148
],
147
149
"env" : {
150
+ "OBSIDIAN_HOST" : " host.docker.internal" ,
148
151
"OBSIDIAN_API_KEY" : " YOUR_OBSIDIAN_API_KEY"
149
152
}
150
153
}
You can’t perform that action at this time.
0 commit comments