[GH-ISSUE #5646] [FEAT]: MCP system prompt variables #5215

Open
opened 2026-06-05 14:52:42 -04:00 by yindo · 0 comments
Owner

Originally created by @pageragatz on GitHub (May 17, 2026).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5646

What would you like to see?

Often, there is information that we want to make passively available to the model, without requiring an agent to explicitly call a tool. Examples might be a server status for an administration workflow, or the user's currently playing music track for a companion or entertainment setup. We can inject these into the system prompt, in the same manner as date and time, with a {mcp..} structure.

Originally created by @pageragatz on GitHub (May 17, 2026). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5646 ### What would you like to see? Often, there is information that we want to make passively available to the model, without requiring an agent to explicitly call a tool. Examples might be a server status for an administration workflow, or the user's currently playing music track for a companion or entertainment setup. We can inject these into the system prompt, in the same manner as date and time, with a {mcp.<serverName>.<toolName>} structure.
yindo added the enhancementfeature request labels 2026-06-05 14:52:42 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#5215