Loads and parses LAML (YAML-based markup language) documents from the filesystem, returning raw file content for processing.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LAML MCP Serverload the LAML document at config/settings.laml"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
LAML MCP Server
Parse and validate LAML (YAML-based markup language) documents through Model Context Protocol.
What it does
Load LAML documents from filesystem via MCP protocol
Integrate with Cursor for LAML file access
Quick Start
Install and build:
Configure MCP server in Cursor:
Option A: Global MCP settings (recommended)
Create or edit ~/.cursor/mcp_settings.json:
Option B: Project-specific settings Add to your Cursor workspace settings:
Activate server: In Cursor settings, toggle MCP off/on or restart Cursor
Usage Examples
Load LAML Document
Load File Content
The server returns raw file content as string for further processing by your application.
Available Operations
loadLaml: Load LAML document from file path
Requirements
Node.js 18+
Cursor with MCP support