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.
Create crafted UI components inspired by the best 21st.dev design engineers.
An AI-powered server that facilitates feature discussions between developers and AI, acting as a lead developer to guide implementation and architectural decisions.
A collection of reference implementations for the Model Context Protocol (MCP), showcasing various MCP servers implemented with TypeScript and Python SDKs.
Integration with QA Sphere test management system, enabling LLMs to discover, summarize, and interact with test cases directly from AI-powered IDEs
Execute terminal commands through a secure shell interface using an AI assistant.
Integrates LLM applications with documentation sources using the Model Context Protocol.
Performs gene set enrichment analysis using the Enrichr API, supporting all available gene set libraries.
Popular MCP server that enables AI agents to scaffold, build, run and test iOS, macOS, visionOS and watchOS apps or simulators and wired and wireless devices. It has powerful UI-automation capabilities like controlling the simulator, capturing run-time logs, as well as taking screenshots and viewing the accessibility hierarchy.
Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
MCP Expr-Lang provides a seamless integration between Claude AI and the powerful expr-lang expression evaluation engine.