Mcp Server

@regle/mcp-server

MCP Server for Regle

0 downloads
v1.20.1

Capabilities

tools

Installation

Quick Install

Install using the MCPSearch CLI (recommended)

mcp install @regle/mcp-server

Don't have the CLI? Install it first

Run with npx

Run directly without installing

npx -y @regle/mcp-server

Manual Configuration

Add to your MCP client configuration file

CClaude Code / Claude Desktop

Add to ~/.claude/claude_desktop_config.json

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@regle/mcp-server"
      ]
    }
  }
}

CuCursor

Add to ~/.cursor/mcp.json

{
  "mcp": {
    "servers": {
      "mcp-server": {
        "command": "npx",
        "args": [
          "-y",
          "@regle/mcp-server"
        ]
      }
    }
  }
}

VSVS Code / Continue.dev

Add to .vscode/mcp.json or Continue settings

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@regle/mcp-server"
      ]
    }
  }
}

About

# @regle/mcp-server MCP (Model Context Protocol) Server for [Regle](https://reglejs.dev) - providing AI-powered assistance for Vue form validation. ## Usage with AI Assistants ### Claude Desktop Add to your `claude_desktop_config.json`: ```json { "mcpServers": { "regle": { "command": "npx", "args": ["@regle/mcp-server"] } } } ``` ### Cursor [![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en-US/install-mcp?name=regle&config=eyJjb21tYW5kIjoibnB4IEByZWdsZS9tY3Atc2VydmVyIn0%3D) Or add to your MCP settings: ```json { "mcpServers": { "regle": { "command": "npx", "args": ["@regle/mcp-server"] } } } ``` ## Development ```bash # Install dependencies pnpm install # Run in development mode pnpm dev # Build pnpm build # Type check pnpm typecheck ``` ## License MIT

Reviews

No reviews yet. Be the first to review this package!

Compatible With

Claude CodeCursorWindsurfContinue.dev

Details

Version
1.20.1
License
MIT
Category
ai
MCP Version
1.0
Published
12/12/2025
Updated
3/5/2026