MCP Server with SSE endpoint for Obsidian
@duncanchiu409
关于 MCP Server with SSE endpoint for Obsidian
A MCP SSE server for your self hosted n8n
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-obsidian-sse": {
"command": "uv",
"args": [
"--directory",
"mcp-obsidian-sse",
"uvicorn",
"main:app",
"--reload"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Server with SSE endpoint for Obsidian?
A simple MCP server with a Server-Sent Events (SSE) endpoint that connects an Obsidian vault to self-hosted n8n. It is intended for users who want to automate workflows between Obsidian and n8n.
How to use MCP Server with SSE endpoint for Obsidian?
Install the Obsidian API plugin on your vault. Then clone the repository and run the server using the command:
uv --directory mcp-obsidian-sse uvicorn main:app --reload
Key features of MCP Server with SSE endpoint for Obsidian
- SSE endpoint for MCP communication
- Integrates Obsidian vault with self-hosted n8n
- Requires the Obsidian API plugin
- Based on the official mcp-server project
Use cases of MCP Server with SSE endpoint for Obsidian
- Connect an Obsidian vault to self-hosted n8n workflows
FAQ from MCP Server with SSE endpoint for Obsidian
What does this MCP server do?
It provides an SSE-based MCP endpoint that links an Obsidian vault to a self-hosted n8n instance.
How do I install and run the server?
Clone the repository, ensure the Obsidian API plugin is installed on your vault, and then run uv --directory mcp-obsidian-sse uvicorn main:app --reload.
What prerequisites are required?
The Obsidian API plugin must be installed on the vault. The server also requires uv and uvicorn to run.
What transport
记忆与知识 分类下的更多 MCP 服务器
MCP server for Obsidian
MarkusPfundsteinMCP server that interacts with Obsidian via the Obsidian rest API community plugin
Memory Bank MCP Server
alioshrA Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
Anytype MCP Server
anyprotoAn MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
评论