Add plugin: ContextStream 0.0.1 - #2898
Open
escott- wants to merge 1 commit into
Open
Conversation
Author
|
Local validation follow-up: |
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
New free tool plugin for ContextStream, persistent project memory for AI coding agents.
This plugin wraps the hosted ContextStream MCP endpoint over streamable HTTP:
https://mcp.contextstream.io/mcpIt is not a local image or binary. Users configure a ContextStream API key in Dify. The plugin sends that key only to the fixed hosted MCP endpoint as
Authorization: Bearer <API_KEY>andX-ContextStream-API-Key.The plugin provides two tools:
This follows the same accepted pattern as the YuanDian MCP tool plugin: a Dify tool provider that lists and calls tools on a fixed remote streamable-http MCP server.
Risk level
The plugin only calls one fixed HTTPS MCP endpoint and does not execute code, commands, SQL, filesystem operations, browser automation, or arbitrary network requests. It is marked medium risk because user tool names and JSON arguments (project memory queries and related content) are sent to ContextStream.
Required checks
.envfiles,.gitdirectories, virtual environments, caches, logs, or IDE files.PRIVACY.mdor a hosted privacy policy, andmanifest.yamlreferences it.Security and privacy notes
The plugin handles a ContextStream API key configured as a Dify secret input and sends it only to
https://mcp.contextstream.io/mcp.The plugin may transmit the API key, MCP tool name, JSON tool arguments, and returned tool results between Dify and ContextStream.
No command execution, code execution, SQL, SSH/SFTP, browser automation, filesystem operations, arbitrary URL fetching, proxying, crawling, webhook forwarding, or bundled binaries are included.
Privacy policy: plugin
PRIVACY.mdand https://contextstream.io/privacyLocal validation
Limitation: this package was validated with compile and
dify plugin package. It has not yet been installed into a live Dify Cloud or Community workspace from this submission machine.Reviewer notes
escott-/contextstream/contextstream-0.0.1.difypkg