Skip to main content
Glama

syplugin-anMCPServer

by OpaqueGlass

siyuan-note用の小さなMCPサーバー

中国語

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 タイプを選択し、エンドポイントを構成します。例:(以下はchatmcpを使用した例です。MCP クライアントによっては、異なる設定形式が必要になる場合があります。詳細については、MCP クライアントのドキュメントを参照してください。)
      { "mcpServers": { "siyuan": { "type": "sse", "command": "http://127.0.0.1:16806/sse", "args": [ "" ], "env": {}, "auto_approve": false } } }
  • Q: 私の MCP クライアントは HTTP ベースの通信をサポートしておらず、stdio のみをサポートしています。
    • HTTP 通信をサポートする MCP ホスト アプリケーションを使用します。
    • または、 node.js + mcp-remoteソリューションを使用する
      npm install -g mcp-remote
      アプリケーションでは以下のような構成を使用します。(以下は5ireを使用した例です。MCP クライアントによっては、異なる設定形式が必要になる場合があります。詳細については、MCP クライアントのドキュメントを参照してください。)
      { "servers": [ { "name": "Siyuan", "key": "siyuan", "description": "Read notes", "command": "npx", "args": [ "mcp-remote", "http://127.0.0.1:16806/sse" ], "isActive": true } ] }
  • Q: 一般的な MCP クライアントにはどのようなものがありますか?

🙏 参考文献と謝辞

いくつかの依存関係はpackage.jsonにリストされています。

開発者/プロジェクトプロジェクトの説明引用
thuanpham582002/tabby-mcp-server端末ソフトウェア Tabby 内で MCP サービスを提供。MIT ライセンスMCPサービスの実装方法
-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

SiYuan メモ作成アプリケーション用のモデル コンテキスト プロトコル サーバー プラグイン。HTTP ベースのインターフェイスを介してドキュメントの検索、コンテンツの取得、メモへの書き込みが可能になります。

  1. ✨ クイックスタート
    1. 🔧 サポートされているツール
      1. ❓ よくある質問
        1. 🙏 参考文献と謝辞

          Related MCP Servers

          • -
            security
            F
            license
            -
            quality
            A TypeScript-based MCP server that enables users to manage text notes with features like note creation and summary generation using a Model Context Protocol.
            Last updated -
            1
            JavaScript
            • Apple
          • -
            security
            F
            license
            -
            quality
            A 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 -
            2
            TypeScript
            • Apple
          • A
            security
            F
            license
            A
            quality
            A model context protocol server that allows interaction with TriliumNext Notes, providing tools to create, search, retrieve, update, and delete notes through natural language commands.
            Last updated -
            5
            11
            JavaScript
            • Apple
          • A
            security
            A
            license
            A
            quality
            An MCP server implementation that integrates with SiYuan Note system, enabling AI models to access and manipulate note data through comprehensive commands for notebook management, document operations, and content manipulation.
            Last updated -
            3
            13
            30
            TypeScript
            ISC License
            • Linux
            • Apple

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/OpaqueGlass/syplugin-anMCPServer'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server