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. 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 유형을 선택하고 엔드포인트를 구성합니다. 예:지엑스피1
- 질문: 내 MCP 클라이언트는 HTTP 기반 통신을 지원하지 않고 stdio만 지원합니다.
- HTTP 통신을 지원하는 MCP 호스트 애플리케이션을 사용하세요.
- 또는
node.js
+mcp-remote
솔루션을 사용하세요.애플리케이션에서 아래와 유사한 구성을 사용하세요.CopyCopy
- 질문: 일반적인 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.
HTTP 기반 인터페이스를 통해 문서 검색, 콘텐츠 검색, 노트 작성 기능을 제공하는 SiYuan 노트 작성 애플리케이션용 모델 컨텍스트 프로토콜 서버 플러그인입니다.
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