diff --git a/ai/mcp-server.md b/ai/mcp-server.md index fcd789fe82..8f1e365ca7 100644 --- a/ai/mcp-server.md +++ b/ai/mcp-server.md @@ -171,6 +171,10 @@ The following list describes how your prompts may look like: @[template](/_contentTemplates/common/ai-coding-assistant.md#number-of-requests) +## Connect to Local AI Model + +You can use the Telerik Blazor MCP server with local large language models (LLM). For example, run your local model through [Ollama](https://ollama.com) and use a third-party package such as [MCP-LLM Bridge](https://github.com/patruff/ollama-mcp-bridge) to connect the model to the Telerik MCP server. This will allow you to use the Telerik AI Coding Assistant without a cloud-based AI model. + ## See Also * [Telerik Blazor extension for GitHub Copilot](slug:ai-copilot-extension)