Integrations
Supports Node.js integration through mcp-remote package for clients that don't support HTTP-based communication, allowing connection to the MCP server via stdio interface.
Uses npm to install and run the mcp-remote package as a bridge between traditional stdio-based MCP clients and the HTTP-based server.
Enables interaction with SiYuan note-taking application, providing search capabilities (keyword and SQL), document retrieval (fetching kramdown by ID and listing notebooks), and writing operations (appending content to diary or specific documents).
siyuan-note用の小さなMCPサーバー
✨ クイックスタート
- マーケットプレイスからダウンロードするか、1. リリース内の
package.zip
を解凍し、2. フォルダーをworkspace/data/plugins/
に移動し、3. フォルダーの名前をsyplugin-anMCPServer
に変更します。 - プラグインを有効にします。
- プラグインはデフォルトでポート
16806
(ホスト:127.0.0.1
) をリッスンします。サーバー アクセス アドレスとしてhttp://127.0.0.1:16806/sse
を使用してください。
⭐ もしこれが役に立った場合は、ぜひ星を付けてください。
🔧 サポートされているツール
- [検索]
- キーワード検索を使用します。
- SQL 検索を使用します。
- [取得]
- ID でドキュメント kramdown を取得します。
- ノートブックを一覧表示します。
- [書く]
- 日記にコンテンツを追加します。
- ID によって特定のドキュメントにコンテンツを追加します。
❓ よくある質問
- Q: MCP クライアントではどのように使用すればよいですか?
- A: MCP アプリケーションの設定を変更して SSE タイプを選択し、エンドポイントを構成します。例:Copy
- A: MCP アプリケーションの設定を変更して SSE タイプを選択し、エンドポイントを構成します。例:
- Q: 私の MCP クライアントは HTTP ベースの通信をサポートしておらず、stdio のみをサポートしています。
- HTTP 通信をサポートする MCP ホスト アプリケーションを使用します。
- または、
node.js
+mcp-remote
ソリューションを使用するアプリケーションでは以下のような構成を使用します。CopyCopy
- Q: 一般的な MCP クライアントにはどのようなものがありますか?
🙏 参考文献と謝辞
いくつかの依存関係は
package.json
にリストされています。
開発者/プロジェクト | プロジェクトの説明 | 引用 |
---|---|---|
thuanpham582002/tabby-mcp-server | 端末ソフトウェア Tabby 内で MCP サービスを提供。MIT ライセンス | MCPサービスの実装方法 |
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
SiYuan メモ作成アプリケーション用のモデル コンテキスト プロトコル サーバー プラグイン。HTTP ベースのインターフェイスを介してドキュメントの検索、コンテンツの取得、メモへの書き込みが可能になります。
Related MCP Servers
- AsecurityAlicenseAqualityThis TypeScript-based MCP server allows users to manage and interact with a note system through Model Context Protocol, enabling note creation and summarization with URIs and metadata.Last updated -1JavaScriptMIT License
- AsecurityAlicenseAqualityA server for connecting to a local ComfyUI instance that enables storing and summarizing notes with custom URI scheme support.Last updated -12PythonMIT License
- -securityFlicense-qualityA Model Context Protocol server that enables semantic search and retrieval of Apple Notes content, allowing AI assistants to access, search, and create notes using on-device embeddings.Last updated -TypeScript
- -securityFlicense-qualityA Model Context Protocol server that enables semantic search and RAG over your Apple Notes, allowing AI assistants like Claude to search and reference your notes during conversations.Last updated -6TypeScript