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
I have verified this would not be more appropriate as a feature request in a specific repository
I have searched existing discussions to avoid duplicates
Your Idea
Hi everyone,
I am currently researching AI Agents and the Model Context Protocol (MCP). I want to build a decoupled, self-looping MCP Shared Knowledge Layer.
My ideal MCP sharing system should be autonomous and self-directed. The MCP layer should actively inject external prompts to guide the Agent on what to do. It should serve as an external MCP knowledge base that any Agent can simply plug into without requiring any custom control logic on the host side.
Essentially, the MCP shared system should dynamically instruct the Agent: when to use which tools to query the knowledge base, and when to extract dialogue context to write back into the knowledge base.
Agent: Core orchestrator with its own native skills/tools.
LLM: The core brain (pure runtime/stateless processing).
MCP Shared Service: Shared skills, tools, and knowledge bases.
Data: Persistent data and knowledge bases.
❓ My Core Question
I need this system to be highly portable and immediately usable by any AI Agent that has implemented the standard MCP protocol.
Given the current state of the MCP ecosystem, is it technically achievable to enforce this type of server-side control flow and prompt injection?
Is it possible to extend the current specification to instruct the Agent to actively fetch specific contexts? Any guidance, architectural suggestions, or feedback would be greatly appreciated! Thank you!!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
Your Idea
Hi everyone,
I am currently researching AI Agents and the Model Context Protocol (MCP). I want to build a decoupled, self-looping MCP Shared Knowledge Layer.
My ideal MCP sharing system should be autonomous and self-directed. The MCP layer should actively inject external prompts to guide the Agent on what to do. It should serve as an external MCP knowledge base that any Agent can simply plug into without requiring any custom control logic on the host side.
Essentially, the MCP shared system should dynamically instruct the Agent: when to use which tools to query the knowledge base, and when to extract dialogue context to write back into the knowledge base.
🏗️ Proposed Layered Architecture:
Agent (Orchestrator) ──> LLM (Core Brain) ──> MCP Unified Orchestration (Memory/KB/Tools) ──> Data Layer
❓ My Core Question
I need this system to be highly portable and immediately usable by any AI Agent that has implemented the standard MCP protocol.
Given the current state of the MCP ecosystem, is it technically achievable to enforce this type of server-side control flow and prompt injection?
Is it possible to extend the current specification to instruct the Agent to actively fetch specific contexts? Any guidance, architectural suggestions, or feedback would be greatly appreciated! Thank you!!
Scope
Beta Was this translation helpful? Give feedback.
All reactions