ObsiMCP

ObsiMCP

3.3

ObsiMCP is a lightweight, extendable MCP server designed to automate operations on Obsidian vaults, enhancing the management of personal knowledge bases.

ObsiMCP is a versatile and efficient Model Context Protocol (MCP) server that facilitates the management of Obsidian vaults. Built on the mcp-go framework, it allows users to automate various operations on their Obsidian notes, such as reading, writing, creating, and deleting notes. The server is designed to be lightweight and extendable, making it suitable for personal knowledge management. It supports both append and overwrite modes for writing content, and it ensures data safety by automatically backing up files before any destructive operations. ObsiMCP is ideal for users looking to integrate their Obsidian notes with external applications or large language models (LLMs), enabling seamless automation and maintenance of notes.

Features

  • Read a Markdown note
  • Search all notes with the same file name across the entire vault
  • Write content to an existing note with append or overwrite modes
  • Create a new note
  • Delete a note with automatic backup

MCP Tools

  • {'ReadNote': 'Reads content from a given Markdown file.'}
  • {'GetNote': 'Finds all notes in the vault with a matching name.'}
  • {'WriteNote': 'Appends or overwrites content in an existing note.'}
  • {'CreateANote': 'Creates a new note without initial content.'}
  • {'DeleteNote': 'Deletes a note by its name and backs it up.'}

Usage with Different Platforms

deepchat

{
  "mcpServers": {
    "ObsiMCP": {
      "command": "Your The absolute path to your main executable", 
      "args": [],
      "shell": false,
      "env": {}
    }
  }
}