ObsidianMate
FreeNot checkedAI second brain that converts chat & media to clean Markdown notes and manages your Obsidian vault using natural language.
About
AI second brain that converts chat & media to clean Markdown notes and manages your Obsidian vault using natural language.
README
ObsidianMate 🧠✨
ObsidianMate is an intelligent, AI-powered assistant designed to supercharge your Obsidian note-taking workflow. Leveraging the power of Large Language Models (LLMs) like Gemini and GPT-4o, it acts as a "second brain" that helps you organize thoughts, summarize conversations, and interact directly with your Obsidian vault.
📖 Table of Contents
- 📖 Table of Contents
- 🧐 Project Overview
- 🚀 Features
- 🏗 Architecture
- 📂 Project Structure
- 🛠 Installation
- 💻 Usage
- 🤝 Contributing
- 📄 License
- 👏 Acknowledgments
🧐 Project Overview
Problem Statement
Managing a growing knowledge base in Obsidian can be overwhelming. Users often struggle to quickly summarize discussions, organize unstructured thoughts into structured notes, and interact with their vault without breaking their flow.
Solution Statement
ObsidianMate provides a unified AI agent interface that integrates directly with your workflow. It can hold conversations, filter irrelevant information, generate smart notes, and perform actions within your Obsidian vault using the Model Context Protocol (MCP).
Value Statement
- Boost Productivity: Automate the tedious process of summarizing and formatting notes.
- Seamless Integration: Interact with your vault using natural language.
- Flexible AI: Powered by Google's ADK, supporting multiple LLM backends.
🚀 Features
- 🤖 Intelligent Chat Agent: A general-purpose assistant capable of answering questions and helping with brainstorming.
- 📝 Smart Notes Pipeline: Automatically filters irrelevant chit-chat from conversations and summarizes key points into clean, Markdown-formatted notes.
- 📂 Obsidian Integration: Directly interacts with your Obsidian vault to read and manage notes (powered by MCP).
- 📺 YouTube Transcript Support: Extract transcripts from YouTube videos for summarization and analysis.
- 🎨 Excalidraw Support (Coming Soon): Future integration for handling visual notes and diagrams.
🏗 Architecture
ObsidianMate is built on a modular agentic architecture using the Google Agent Development Kit (ADK).
- Root Agent (
ObsidianMate Agent): The main entry point that orchestrates tasks. - Sub-Agents: Specialized agents for specific tasks:
Chat Agent: Handles general queries.Smart Notes Agent: Processes and summarizes text.Obsidian Interaction Agent: Manages vault operations via MCP.YouTube Transcript Agent: Extracts transcripts from YouTube videos.
- Tools & MCP: Uses the Model Context Protocol to securely connect to external tools like the Obsidian API and Dockerized services.
- Backend: A robust FastAPI server manages sessions and API endpoints.
📂 Project Structure
ObsidianMate/
├── config/ # Configuration files (YAML)
├── docker/ # Docker configurations for MCP servers
├── scripts/ # Helper scripts for setup and running
├── src/
│ ├── controllers/ # Business logic controllers
│ ├── core/ # Core agent logic and tools
│ │ ├── obsidian_mate/
│ │ │ ├── agent.py # Root agent definition
│ │ │ └── sub_agents/ # Specialized sub-agents
│ │ └── tools/ # Tool implementations
│ ├── models/ # Data models and enums
│ ├── routes/ # FastAPI route definitions
│ ├── stores/ # Data storage and LLM templates
│ └── utils/ # Utility functions
├── main.py # Application entry point
├── pyproject.toml # Project metadata and build config
└── requirements.txt # Python dependencies
🛠 Installation
Prerequisites
- Python 3.12 or higher
- Docker (for MCP servers)
- An Obsidian Vault
Steps
Clone the Repository
git clone https://github.com/Fawzy-AI-Explorer/ObsidianMate.git cd ObsidianMateSet up a Virtual Environment
python3 -m venv .venv source .venv/bin/activate # On Windows: .venv\Scripts\activateInstall Dependencies
pip install -r requirements.txtConfiguration
- Ensure you have your
GOOGLE_API_KEYandOBSIDIAN_API_KEYset in your environment or configuration files. - Check
config/config.yamlfor application settings.
- Ensure you have your
Start MCP Servers (Docker)
The project uses Docker containers for MCP servers (Obsidian and YouTube Transcript).
cd docker cp .env.example .env # Configure your keys in .env docker-compose up -d cd ..
💻 Usage
Running the API Server
You can start the FastAPI server using the provided script:
sh scripts/run_app.sh
This will start the server at http://0.0.0.0:8000.
Running with ADK Web
To use the Google ADK visual interface for testing and debugging agents:
adk web
Essential Tools and Utilities
- Docker: Used to run the Obsidian MCP server. Ensure Docker is running before starting the agent if you plan to use vault interactions.
- Google ADK: The core framework driving the agent's behavior.
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the project.
- Create your feature branch (
git checkout -b feature/AmazingFeature). - Commit your changes (
git commit -m 'Add some AmazingFeature'). - Push to the branch (
git push origin feature/AmazingFeature). - Open a Pull Request.
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
👥 Contributors
Thanks to all the amazing people who have contributed to this project!
👏 Acknowledgments
Special thanks to the open-source community and the teams behind FastAPI, Google ADK, and Obsidian.
Installing ObsidianMate
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Fawzy-AI-Explorer/ObsidianMateFAQ
Is ObsidianMate MCP free?
Yes, ObsidianMate MCP is free — one-click install via Unyly at no cost.
Does ObsidianMate need an API key?
No, ObsidianMate runs without API keys or environment variables.
Is ObsidianMate hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install ObsidianMate in Claude Desktop, Claude Code or Cursor?
Open ObsidianMate on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Gmail
Read, send and search emails from Claude
by GoogleSlack
Send, search and summarize Slack messages
by SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Compare ObsidianMate with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All communication MCPs
