mcp-obsidian-sse

mcp-obsidian-sse

0

This project provides a simple MCP server with an SSE endpoint for integrating an Obsidian vault with self-hosted n8n. It is based on the mcp-server project.

MCP Server with SSE endpoint for Obsidian

This is a simple MCP server with a SSE endpoint for Obsidian. I use this to connect my obsidian vault to my self-hosted n8n. Before running this, you need to install the Obsidian API on your obsidian vault.

Usage

git clone https://github.com/mcp-server/mcp-obsidian-sse.git
uv --directory mcp-obsidian-sse uvicorn main:app --reload

Credit

This project is based on the mcp-server project.