Jelly Memo Local MCP Server
A local MCP server that enables AI tools to find and propose changes to Jelly Memo notes, running only on 127.0.0.1:8765 with optional pairing token for security.
README
Jelly Memo Local MCP Server
Jelly Memo의 사용자 기기 전용 AI 협업 서버와 Windows installer를 공개하는 저장소입니다. 한국어 안내가 먼저 나오며, English documentation은 아래에 있습니다.
한국어
무엇을 제공하나요?
- 오픈소스 Python MCP 서버
- 서버 실행·테스트 스크립트
- PyInstaller 실행 파일 빌드 정의
- Inno Setup Windows installer 빌드 정의
- 바로 설치할 수 있는 Windows installer Release
이 도구를 설치하면 MCP를 지원하는 AI 도구가 Jelly Memo의 메모를 찾고 변경을 제안할 수 있습니다. 변경 적용 여부와 자동 저장 설정은 Jelly Memo 앱에서 관리합니다.
로컬 전용·개인정보 보호
- 서버는 사용자 컴퓨터의
127.0.0.1:8765에서만 실행됩니다. 0.0.0.0또는 외부 네트워크 주소로의 bind를 거부합니다.- 서버가 Firebase, Firestore 또는 Firebase Storage에 직접 연결하지 않습니다.
- 메모 snapshot과 AI 변경 제안은 Jelly Memo 앱과 이 로컬 서버 사이에서만 교환됩니다.
- 선택적으로 pairing token을 설정해 snapshot 변경 요청을 제한할 수 있습니다.
이 저장소에는 Jelly Memo Flutter 앱 본체, Firebase 설정, 사용자 메모 또는 인증정보가 포함되지 않습니다.
가장 쉬운 설치 방법
- 최신 Release를 엽니다.
JellyMemoMcpInstaller-<version>-windows-x64.exe를 다운로드합니다.- installer를 실행하고 Jelly Memo 설정의 AI 협업 도구에서 연결 상태를 확인합니다.
현재 installer는 Authenticode 코드 서명이 적용되지 않아 Windows SmartScreen 경고가 나타날 수 있습니다. 이 경우 다운로드한 파일과 이 저장소의 Release 출처를 직접 확인한 뒤 설치 여부를 결정하세요.
소스에서 실행하기
요구 사항: Windows, Python 3.10 이상
git clone https://github.com/egm7126/simpleMemo-releases.git
cd simpleMemo-releases
py -3.10 -m venv .venv
.\.venv\Scripts\python.exe -m pip install -e .
.\scripts\run_companion.ps1 -PythonPath ".\.venv\Scripts\python.exe"
상태 확인:
Invoke-RestMethod http://127.0.0.1:8765/health
테스트와 Windows installer 빌드
.\.venv\Scripts\python.exe -m unittest discover -s tests -v
.\.venv\Scripts\python.exe -m compileall jellymemo_mcp_companion tests
.\.venv\Scripts\python.exe -m pip install -e ".[build]"
.\packaging\build_server.ps1 -PythonPath ".\.venv\Scripts\python.exe"
.\packaging\build_installer.ps1
installer 빌드에는 Inno Setup 6가 필요합니다. 산출물은 build/mcp_companion/ 아래에 생성됩니다.
오픈소스와 기여
이 로컬 MCP 서버는 MIT License로 공개됩니다. 소스를 사용·검토·수정·재배포할 수 있습니다. 버그 제보와 개선 제안은 GitHub Issues 또는 Pull Request로 보내주세요.
English
This repository publishes the local AI collaboration server for Jelly Memo, together with its Windows installer releases.
What is included?
- Open-source Python MCP server
- Server run and test scripts
- PyInstaller executable build definition
- Inno Setup Windows installer definition
- Ready-to-install Windows installer releases
Once installed, MCP-compatible AI tools can find Jelly Memo notes and propose changes. Jelly Memo controls whether proposals are applied and saved automatically.
Local-only privacy model
- The server listens only on
127.0.0.1:8765on the user's computer. - Binding to
0.0.0.0or another external network address is rejected. - The server does not connect directly to Firebase, Firestore, or Firebase Storage.
- Memo snapshots and AI proposals are exchanged only between Jelly Memo and this local server.
- An optional pairing token can restrict snapshot mutation requests.
This repository does not contain the Jelly Memo Flutter application, Firebase configuration, user notes, or credentials.
Easiest installation
- Open the latest Release.
- Download
JellyMemoMcpInstaller-<version>-windows-x64.exe. - Run the installer and check the connection under AI collaboration tools in Jelly Memo settings.
The installer is currently not Authenticode-signed, so Windows SmartScreen may display a warning. Verify the downloaded file and its GitHub Release source before choosing whether to install it.
Run from source
Requirements: Windows and Python 3.10 or newer
git clone https://github.com/egm7126/simpleMemo-releases.git
cd simpleMemo-releases
py -3.10 -m venv .venv
.\.venv\Scripts\python.exe -m pip install -e .
.\scripts\run_companion.ps1 -PythonPath ".\.venv\Scripts\python.exe"
Check server health:
Invoke-RestMethod http://127.0.0.1:8765/health
Test and build the Windows installer
.\.venv\Scripts\python.exe -m unittest discover -s tests -v
.\.venv\Scripts\python.exe -m compileall jellymemo_mcp_companion tests
.\.venv\Scripts\python.exe -m pip install -e ".[build]"
.\packaging\build_server.ps1 -PythonPath ".\.venv\Scripts\python.exe"
.\packaging\build_installer.ps1
Building the installer requires Inno Setup 6. Build outputs are written under build/mcp_companion/.
Open source and contributing
This local MCP server is available under the MIT License. You may use, inspect, modify, and redistribute the source. Bug reports and improvements are welcome through GitHub Issues and Pull Requests.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。