Back to MCP directory
publicPublicdnsLocal runtime

mcp-obsidian-sse

一个简单的MCP服务器,提供SSE端点用于连接Obsidian笔记软件与自托管n8n服务。

article

README

🚀 带有 SSE 端点的 Obsidian MCP 服务器

这是一个简单的 MCP 服务器,带有用于 Obsidian 的 SSE 端点。借助该服务器,可将 Obsidian 库连接到自托管的 n8n。不过在运行本项目前,需要在 Obsidian 库上安装 Obsidian API

🚀 快速开始

📦 安装指南

在运行该项目前,您需要进行如下操作:

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

📄 致谢

此项目基于 mcp-server 项目。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client