Per-conversation tool scoping — delegation-based MCP governance for multi-user deployments #12560
aeoess
started this conversation in
Feature Requests & Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
LibreChat supports multi-user deployment with agents and MCP tools. The current auth model handles user authentication well, but the gap is between the user and the agent: once a user starts a conversation with an agent that has tools enabled, the agent has full access to every configured tool. There's no per-conversation, per-agent scope constraint.
For organizations running LibreChat as their internal AI platform, this means:
Delegation scoping per conversation:
This integrates at the MCP tool execution layer. The delegation is created when the conversation starts (based on user role, selected preset, or explicit choice). Every tool call goes through governance before reaching the MCP server. The receipt trail gives admins per-conversation audit visibility.
npm install agent-passport-system(v1.36.2, Apache-2.0). Gateway at aeoess.com/portal.html for hosted enforcement.Beta Was this translation helpful? Give feedback.
All reactions