OpenL MCP Server

OpenL MCP Server

Enables AI assistants to interact with OpenL Studio's business rules management system, allowing repository, project, rule, and deployment management via natural language.

Category
Visit Server

README

OpenL MCP Server

Model Context Protocol server for OpenL Studio Business Rules Management System.

Built with MCP SDK v1.26+ featuring type-safe validation (Zod) and comprehensive OpenL Studio integration.

Quick Links

npm Distribution

The MCP server is published as an npm package: openl-mcp-server — stdio transport via npx for Claude Desktop / Cursor / VS Code.

For details see README.npm.md.

Quick Start

Run OpenL Studio + MCP with Docker

You only need a local copy of compose.studio.yaml.

docker compose -f compose.studio.yaml up -d

This starts:

  • OpenL Studio image from GHCR: ghcr.io/openl-tablets/webstudio:x
  • MCP image from GHCR: ghcr.io/openl-tablets/openl-mcp:latest
  • OpenL Studio at http://localhost:8080
  • MCP server at http://localhost:3000

For a fast setup, use Method 1 (Docker Compose, recommended) in the Quick Start guide.

Documentation Structure

Getting Started

Setup Guides

  • MCP Connection Guide - Complete guide for connecting Cursor and Claude Desktop to MCP server (Remote and Docker)
  • Docker Setup - Running MCP server in Docker (technical details)

Guides

Development

Reference

OpenL Studio Concepts

OpenL Studio uses dual versioning: Git-based commits (temporal) and dimension properties (business context). Supports multiple table types: Decision Tables (Rules, SimpleRules, SmartRules, Lookups), Spreadsheet Tables, and others (Method, Datatype, Test, etc.).

See prompts/create_rule.md for detailed table type guidance.

Tools

The MCP server provides 25 active tools for managing OpenL Studio repositories, projects, rules, and deployments. All tools are prefixed with openl_ and versioned (v1.0.0+).

Categories:

  • Repository Management (4 tools) - List repositories, branches, features
  • Project Management (12 active + 2 disabled = 14 total) - List, open, save, branch projects, test execution
  • Rules & Tables (5 active + 1 disabled = 6 total) - List, get, update, append, create tables
  • Deployment (4 tools) - List, deploy, redeploy projects

Note: 6 additional tools are temporarily disabled pending implementation fixes.

See Usage Examples for detailed tool usage and Enable Disabled Tools for tool reference.

Prompts

15 expert guidance templates for complex OpenL Studio workflows. Prompts provide contextual assistance, best practices, and step-by-step instructions directly in Claude Desktop or MCP Inspector.

Available prompts: local_projects, create_rule, create_rule_decision_tables, create_rule_spreadsheet, create_test, update_test, run_test, execute_rule, append_table, datatype_vocabulary, dimension_properties, deploy_project, get_project_errors, file_history, project_history.

Usage: Request prompts in Claude Desktop (e.g., "Use the create_rule prompt") or access via MCP Inspector. See prompts/create_rule.md for detailed content.

Configuration

Environment Variables

# Required
OPENL_BASE_URL=<your-base-url>

# Auth Method 1: Basic Auth
OPENL_USERNAME=<your-username>
OPENL_PASSWORD=<your-password>

# Auth Method 2: Personal Access Token
OPENL_PERSONAL_ACCESS_TOKEN=<your-token>

# Optional
OPENL_TIMEOUT=60000

See Authentication Guide for detailed auth setup.

Claude Desktop / Cursor Configuration

See MCP Connection Guide for client-specific configuration instructions.

Key Features

  • Type-Safe: Zod schemas with strict validation and TypeScript inference
  • Multiple Auth Methods: Basic Auth and Personal Access Token (PAT)
  • 4 Response Formats: json, markdown, markdown_concise, markdown_detailed
  • Pagination Support: Metadata for all list operations
  • AI Prompts: 15 expert guidance templates
  • Comprehensive Tests: Full test suite covering core functionality

Development

npm run build          # Build TypeScript
npm test               # Run all tests
npm run lint           # Check code quality
npm run watch          # Dev mode with auto-rebuild

See Contributing Guide for development guidelines and Testing Guide for test suites.

Project Structure

openl-mcp/
ā”œā”€ā”€ src/                    # Source code (TypeScript)
ā”œā”€ā”€ tests/                  # Jest test suites
ā”œā”€ā”€ prompts/                # AI assistant guidance (OpenL-specific)
ā”œā”€ā”€ dist/                   # Compiled output
ā”œā”€ā”€ docs/                   # Documentation
│   ā”œā”€ā”€ getting-started/    # Quick start and installation
│   ā”œā”€ā”€ setup/              # Client setup guides
│   ā”œā”€ā”€ guides/             # Usage guides and examples
│   ā”œā”€ā”€ development/        # Developer documentation
│   └── reference/          # Reference materials
└── README.md               # This file

Additional Documentation

Resources

License

LGPL-3.0 - GNU Lesser General Public License v3.0 (follows OpenL Studio project license).

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured