Unraid Docker template for the MCP-server for Obsidian.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-obsidian": {
"command": "npx",
"args": [
"-y",
"junkerderprovinz/mcp-obsidian"
]
}
}
}
Run in terminal:
claude mcp add mcp-obsidian npx -y junkerderprovinz/mcp-obsidian
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-obsidian": {
"command": "npx",
"args": [
"-y",
"junkerderprovinz/mcp-obsidian"
]
}
}
}