Skip to main content
Glama
YanceyOfficial

Obsidian iCloud MCP

옵시디언 아이클라우드 MCP

iCloud Drive에 저장된 Obsidian Vault를 MCP(Model Context Protocol)를 통해 AI에 연결합니다.

[!경고] Obsidian iCloud MCP는 MacOS에서 완벽하게 테스트되었습니다. Windows 또는 Linux를 사용하시는 경우, 테스트해 보시고 작동 여부를 알려주세요.

Claude Desktop과 함께 사용

claude_desktop_config.json 에 다음을 추가하세요:

개발 중 디버깅

지엑스피1

npx @modelcontextprotocol/inspector node path/to/server/index.js arg1 arg2 arg3 arg... 사용하여 로컬로 개발된 서버를 검사합니다.

프로덕션에서 사용

{
  "mcpServers": {
    "obsidian-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "obsidian-mcp",
        "/Users/<USERNAME>/Library/Mobile\\ Documents/iCloud~md~obsidian/Documents/<VAULT_NAME_1>",
        "/Users/<USERNAME>/Library/Mobile\\ Documents/iCloud~md~obsidian/Documents/<VAULT_NAME_2>"
      ]
    }
  }
}
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/YanceyOfficial/obsidian-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server