LAML MCP Server
Loads and validates LAML (YAML-based markup language) documents via the Model Context Protocol.
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:
npm install
npm run build
- Configure MCP server in Cursor:
Option A: Global MCP settings (recommended)
Create or edit ~/.cursor/mcp_settings.json:
{
"mcpServers": {
"laml-mcp-server": {
"command": "node",
"args": ["/absolute/path/to/your/project/dist/index.js"]
}
}
}
Option B: Project-specific settings Add to your Cursor workspace settings:
{
"mcp": {
"servers": {
"laml-mcp-server": {
"command": "node",
"args": ["/absolute/path/to/your/project/dist/index.js"]
}
}
}
}
- Activate server: In Cursor settings, toggle MCP off/on or restart Cursor
Usage Examples
Load LAML Document
# Example LAML document
$meta:
name: 'myDocument'
purpose: "Document description"
version: 1.0
content:
title: 'documentTitle'
description: "Human readable description"
enabled: true
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
Máy chủ liên quan
Scout Monitoring MCP
nhà tài trợPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
nhà tài trợAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Apifox MCP Pro
An enhanced Apifox MCP service providing comprehensive API management capabilities for Claude Desktop and Cursor.
Django MCP Server
A Django extension to enable AI agents to interact with Django apps through the Model Context Protocol.
Shallow Research Code Assistant
A multi-agent AI-powered research and code assistant. Requires external API keys for LLM providers, web search, and secure code execution.
mcp-rubber-duck
Query multiple LLMs in parallel from AI coding tools — rubber duck debugging, but the ducks talk back.
Infisical
Manage secrets and environment variables with Infisical's official MCP server.
Bedrock Server Manager
Manage your Bedrock server with natural language commands using the Bedrock Server Manager API.
Remote MCP Server on Cloudflare
An example of a remote MCP server deployable on Cloudflare Workers, without authentication.
Zyla API Hub MCP Server
Connect any AI agent to 7,500+ APIs on the Zyla API Hub using a single MCP tool (call_api)
Multichain MCP Server
A toolkit for building and deploying AI agents with blockchain capabilities, featuring a Model Context Protocol (MCP) server.
Trade-MCP
A modular trading automation project using the Zerodha Kite Connect API for tool-based and resource-based automation.