obsidian-mcp-server

obsidian-mcp-server

3.2

If you are the rightful owner of obsidian-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

OBSIDIAN-MCP-SERVER is a Model Context Protocol (MCP) Stdio server that integrates with LLM Agents to provide Python-based Obsidian functionalities.

OBSIDIAN-MCP-SERVER is designed to facilitate the integration of LLM Agents with Obsidian functionalities. It provides a Python-based server that allows for the management of Obsidian Vaults and files. The server supports operations such as creating, deleting, and listing Vaults, as well as managing files within these Vaults. It is built to be easily set up and run, with a focus on providing a seamless interface for LLM Agents to interact with Obsidian data. The server uses JSON-RPC for communication, ensuring a standardized protocol for requests and responses. Error handling is robust, with a range of error codes to help diagnose issues quickly. The server is licensed under the MIT License, making it open for modification and distribution.

Features

  • Vault Management: Create, delete, list, and modify Vaults and their settings.
  • File Management: List, create, modify, and delete files within a Vault.
  • Error Handling: Comprehensive error codes for diagnosing issues.
  • JSON-RPC Communication: Standardized protocol for requests and responses.
  • MIT License: Open for modification and distribution.