MCP
This page was created by Hans.karlsen on 2026-09-05. Last edited by Hans.karlsen on 2026-09-05.
MCP = Model Context Protocol
It is a way to let a AI-Harness/Agent access tools.
Scenario A: Your MDriven Turnkey built system can expose tools to an AI
You can easily expose your MDrivenTurnkey system as an MCP-Server , just set MCPAllowed=true on the viewmodel and all the buttons in the view will be accessible as tools. Use the codecomment to let the AI know what the tool does. All edit-boxes are open to the AI to feed you parameters for your tool.
The easiest test: Take one of your current seeker UI's , set MCPAllowed=true - go to <your-turnkey>/api/mcp from the MCP-Inspector or a AI-Harness/agent.
Scenario B: An AI-Harness/Agent can be let into the current model in your MDrivenDesigner and read and write model info
Press START and button in MDrivenDesigner - find the MCPServer link - fill in a free port and start the MDrivenDesigner to listen as a MCP-Server
