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
「メモリとナレッジ」の他のコンテンツ
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
Solomd
zhitongblogA markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
minutes
silversteinEvery meeting, every idea, every voice note — searchable by your AI. Open-source, privacy-first conversation memory layer.
Semantic Scholar MCP Server
YUZongminA FastMCP server implementation for the Semantic Scholar API, providing comprehensive access to academic paper data, author information, and citation networks.
Notion MCP Integration
danhilseA simple MCP integration that allows Claude to read and manage a personal Notion todo list
コメント