Where do I install the LRS MCP, and why?

Where do I install the LRS MCP, and why?

Some of our users asked, “The AI Integration directions list code generators, not AI agents; why?” Or “Why must I install a code generator to use the MCP?”

What the MCP Does

A Model Context Protocol (MCP) helps an AI agent work with another system — like the LRS — so it can answer questions and perform operations. The AI agent doesn’t have eyes or fingers, so it can’t use the regular Graphical User Interface (GUI) you use. Instead, the AI agent generates code to do what you ask and sends it to your LRS via an Application Program Interface (API). The MCP helps the AI agent write better queries and tasks in the code that it sends via the API. 

Where the Code Generator Goes

Most AI agents keep their code-generator in a separate application. The thinking part of the agent — the “Model” — is remote; but the code-generator application is local: installed on your computer. This configuration lets you enhance the code generator by also installing programming languages for it to use, like node.js and Python. Also, any files the AI agent generates, it backs-up to your computer, which offers some privacy and security. For our purposes, it also lets you customize the application to include the MCP interface.

Where to Configure the MCP

You can usually find the MCP configuration file in the settings for the AI code-generating application in your Users directory: e.g., C: > Windows > Users > yourname > AI_application > config > mcp.json.

Notes
We include specific directions for several AI agents at the bottom of the AI Integration article in the LRS User Manual.



    • Related Articles

    • What can I ask an AI agent using the LRS MCP?

      Think of an AI agent with the MCP as a conversational interface to your LRS. Unlike the Query Builder or Chart Builder in the LRS, you can ask vague and general questions to an AI agent configured with the LRS MCP. However, if you use terms carefully ...
    • What is xAPI? What is an LRS?

      Experience API (xAPI) The Experience Application Program Interface (xAPI) is a technology standard that allows systems to store and retrieve data from a wide range of learning activities. The specification has two main components: the data model, and ...
    • How Do I Download and Install the On-Premises Version?

      Although this is a simple and frequently asked question, the answer is not. Hosting a production web server isn’t simple! You’ll need experience with installing and configuring databases, webservers, and associated technologies to successfully deploy ...
    • How Do I Download and Install the Free Version?

      To download and install the free version of our LRS, Veracity Learning Lite, please follow these directions: Go to our Veracity Lite - Free LRS Download page. Fill-in the form with your contact information (at least your first and last names, your ...
    • How Do I Send xAPI Data to an LRS?

      If you want to send xAPI to an LRS, then you'll need to give your content or application the proper credentials to store the data in the LRS. You'll need the following: The xAPI Endpoint for the LRS. LRS credentials: Key and Secret (i.e., username ...