You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: Full n8n MCP client support depends on n8n's MCP implementation. Refer to [n8n MCP documentation](https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-langchain.mcptrigger/) for current capabilities.
5. Security and deployment limitations (v1 scope).
634
+
- This implementation is designed for local/development usage via stdio transport. It does not include:
635
+
- Authentication/authorization mechanisms (unlike Redis Agent Memory Server which supports OAuth2/JWT).
636
+
- Remote transports (SSE/HTTP) that would enable multi-tenant or networked deployments.
637
+
- Rate limiting or request validation beyond basic input constraints.
638
+
- Mitigation: Document clearly that v1 is intended for local, single-user scenarios. Users requiring production-grade security should consider the official Redis MCP server or wait for future RedisVL MCP versions that may add remote transport and auth support.
639
+
- For production deployments requiring authentication, users can:
640
+
- Deploy behind an authenticating proxy.
641
+
- Use environment-based secrets for Redis and vectorizer credentials.
642
+
- Restrict network access to the MCP server process.
0 commit comments