laur1s/mcp-server-lrt
3.1
If you are the rightful owner of mcp-server-lrt and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The LRT MCP Server is a Node.js-based server designed to work with the Model Context Protocol (MCP) to facilitate communication between clients and servers in a structured manner.
LRT MCP Server
Prerequisites
- Node.js 18+
- npm
Setup
npm install
npm run build
Local MCP Config
Add to your mcp.json (adjust the path if needed):
On macOS, CMD + Shift + P -> MCP: Open User Configuration
"lrt-mcp": {
"command": "node",
"args": [
"/src/lrt-mcp/dist/index.js"
],
"type": "stdio"
}
Usage
VS Code (or any MCP client) will launch the server via the mcp.json entry.