Loads and validates LAML (YAML-based markup language) documents via the Model Context Protocol.
Parse and validate LAML (YAML-based markup language) documents through Model Context Protocol.
npm install
npm run build
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"]
}
}
}
}
# Example LAML document
$meta:
name: 'myDocument'
purpose: "Document description"
version: 1.0
content:
title: 'documentTitle'
description: "Human readable description"
enabled: true
The server returns raw file content as string for further processing by your application.
Analyze large codebases and document collections using high-context models via OpenRouter, OpenAI, or Google AI -- very useful, e.g., with Claude Code
An MCP client for Cursor that uses OpenRouter.ai to access multiple AI models. Requires an OpenRouter API key.
Turns any Swagger/OpenAPI REST endpoint with a yaml/json definition into an MCP Server with Langchain/Langflow integration automatically.
Reference implementations of Model Context Protocol (MCP) servers in Typescript and Python, showcasing MCP features and SDK usage.
ALAPI MCP Tools,Call hundreds of API interfaces via MCP
MCP server for integrating with Polarion Application Lifecycle Management (ALM).
Integrates with the unofficial Google Gemini CLI, allowing file access within configured directories.
Integrates with Microsoft's AutoGen framework to enable sophisticated multi-agent conversations via the Model Context Protocol.
An MCP server using stdio transport, offering file system access, a calculator, and a code review tool. Requires Node.js.
An iOS mobile automation server using Appium and WebDriverAgent, built with clean architecture and SOLID principles.