Add emem plugin 2.4.0 - #3073
Merged
Merged
Conversation
kumari-jaya
force-pushed
the
update-emem-2.4.0
branch
from
September 13, 2026 06:33
705c888 to
b26fd1a
Compare
crazywoola
approved these changes
Sep 13, 2026
crazywoola
left a comment
Member
There was a problem hiding this comment.
CI is green: Pre Check Plugin and PR Risk Label passed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plugin Submission
Plugin information
Submission type
What changed
Updates the emem plugin package from 2.3.0 to 2.4.0. The package now registers the 16 core tools exposed by https://emem.dev/mcp instead of the full 108 tool catalog. The emem_tools tool remains available for catalog discovery.
The documentation now distinguishes read and write authorization. Reads require no API key, account, token, or client key. Writes require a caller-generated Ed25519 signature supplied in the attester block. Writes do not use an API key.
Risk level
The plugin processes locations and forwards tool arguments to the fixed public endpoint at https://emem.dev/mcp. It does not proxy arbitrary URLs. Agent memory content written through emem is public and persistent unless separately protected as documented in the package privacy policy.
Required checks
.envfiles,.gitdirectories, virtual environments, caches, logs, or IDE files.PRIVACY.mdandmanifest.yamlreferences it.Security and privacy notes
The plugin forwards tool arguments only to https://emem.dev/mcp. Reads require no credentials. The plugin does not generate, receive through provider configuration, or store private signing keys. Callers that use a write operation must generate and retain their own Ed25519 keypair and provide the signed attester block with that call.
Local validation
Built with Dify Plugin CLI v0.6.10. The package archive passed
unzip -t. The packaged manifest reports version 2.4.0 in both required version fields. The provider declares 16 tools, and the archive contains 16 matching YAML definitions and 16 Python implementations.Reviewer notes
Version 2.3.0 was accepted in #3013. Dify Community Edition and Dify Cloud were not retested locally. The fixed remote MCP endpoint was checked live, and its default tool list contains the same 16 core tools included in this package.