This project provides a Model Context Protocol (MCP) server for interacting with Obsidian vaults through AI assistants.
Overview
What is Obsidian MCP Server Enhanced?
Obsidian MCP Server Enhanced is a Model Context Protocol (MCP) server designed to facilitate interaction with Obsidian vaults through AI assistants, enabling users to manage notes and knowledge without needing the Obsidian application open.
How to use Obsidian MCP Server Enhanced?
To use the server, install Obsidian and the Local REST API plugin, clone the repository, set up a virtual environment, install dependencies, and configure the API settings in a .env file. Finally, run the server using Python.
Key features of Obsidian MCP Server Enhanced?
- File operations: Read, create, update, append, and delete notes.
- Basic folder management: List files in folders.
- Daily and meeting notes: Create structured notes with predefined templates.
- Integration with Amazon Q CLI for enhanced functionality.
Use cases of Obsidian MCP Server Enhanced?
- Managing personal notes and documents efficiently.
- Automating note-taking for meetings and daily tasks.
- Enhancing knowledge management through AI-assisted organization.
FAQ from Obsidian MCP Server Enhanced?
- Can I use this server without Obsidian?
No, the server requires Obsidian and the Local REST API plugin to function.
- Is there a cost to use this server?
The server is open-source and free to use.
- What programming language is used?
The project is implemented in Python.