Skip to main content
Glama

syplugin-anMCPServer

by OpaqueGlass

siyuan-note용 작은 MCP 서버

중국어

Siyuan Note 에 MCP 서비스를 제공하는 플러그인입니다.

✨ 빠른 시작

  • 마켓플레이스에서 다운로드하거나 1. Release에서 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로 특정 문서에 콘텐츠 추가

❓ 자주 묻는 질문

  • 질문: MCP 클라이언트에서 어떻게 사용하나요?
    • A: MCP 애플리케이션의 구성을 수정하여 SSE 유형을 선택하고 엔드포인트를 구성합니다. 예:(아래는 chatmcp를 사용한 예입니다. MCP 클라이언트마다 다른 구성 형식이 필요할 수 있습니다. 자세한 내용은 MCP 클라이언트 설명서를 참조하세요.)지엑스피1
  • 질문: 내 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 } ] }
  • 질문: 일반적인 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.

HTTP 기반 인터페이스를 통해 문서 검색, 콘텐츠 검색, 노트 작성 기능을 제공하는 SiYuan 노트 작성 애플리케이션용 모델 컨텍스트 프로토콜 서버 플러그인입니다.

  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 -
            JavaScript
            • Apple
          • A
            security
            A
            license
            A
            quality
            This 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 -
            1
            JavaScript
            MIT License
            • 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 -
            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
            7
            JavaScript
            • 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