OBSIDIAN-MCP-SERVER

by zerogon1203

305 downloads
Not rated
GitHub

Description

# OBSIDIAN-MCP-SERVER LLM Agent와 연동 가능한 Model Context Protocol (MCP) Stdio 서버입니다. 이 서버는 LLM Agent가 Obsidian 관련 기능을 활용할 수 있도록 Python 기반의 Obsidian 관련 기능들을 제공합니다. ## 기능 ### Vault 관리 - Vault 생성 - Vault 삭제 - Vault 목록 조회 - Vault 정보 조회 - Vault 설정 조회 - Vault 설정 변경 ### 파일 관리 - Vault 파일…

About

# OBSIDIAN-MCP-SERVER LLM Agent와 연동 가능한 Model Context Protocol (MCP) Stdio 서버입니다. 이 서버는 LLM Agent가 Obsidian 관련 기능을 활용할 수 있도록 Python 기반의 Obsidian 관련 기능들을 제공합니다. ## 기능 ### Vault 관리 - Vault 생성 - Vault 삭제 - Vault 목록 조회 - Vault 정보 조회 - Vault 설정 조회 - Vault 설정 변경 ### 파일 관리 - Vault 파일 목록 조회 - Vault 파일 작성(생성/수정) - Vault 파일 삭제…

Details

Author
zerogon1203
Downloads
305
Categories
Knowledge Base

- Create, delete, list, and inspect Obsidian vaults
- Change vault settings
- List, write, and delete files inside a vault

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name OBSIDIAN-MCP-SERVER
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, create a Python virtual environment, install dependencies from requirements.txt, set the OBSIDIAN_VAULT_PATH environment variable to your Obsidian vault path, and run python main.py. You can then invoke JSON‑RPC methods (e.g., create_vault, list_vaults, write_vault_file) via stdio. For Cursor, add a configuration entry with the command pointing to your virtual environment’s Python and the script’s file path.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "obsidian-mcp-server": {
            "obsidian-mcp-server-zerogon1203": {
                "command": "python",
                "args": [
                    "-m",
                    "venv",
                    "venv"
                ]
            }
        }
    }
}

McpServers

{
    "obsidian-mcp-server-zerogon1203": {
        "command": "python",
        "args": [
            "-m",
            "venv",
            "venv"
        ]
    }
}

OBSIDIAN-MCP-SERVER

LLM Agent와 연동 가능한 Model Context Protocol (MCP) Stdio 서버입니다. 이 서버는 LLM Agent가 Obsidian 관련 기능을 활용할 수 있도록 Python 기반의 Obsidian 관련 기능들을 제공합니다.

기능

Vault 관리

- Vault 생성 - Vault 삭제 - Vault 목록 조회 - Vault 정보 조회 - Vault 설정 조회 - Vault 설정 변경

파일 관리

- Vault 파일 목록 조회 - Vault 파일 작성(생성/수정) - Vault 파일 삭제

설치 방법

1. 저장소 클론

git clone https://github.com/your-username/obsidian-mcp-server.git
cd obsidian-mcp-server

2. 가상 환경 생성 및 활성화
```bash
python -m venv venv
source venv/bin/activate # Linux/Mac

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.