MCP Hub
Back to servers

Cursor Rules

A bridge to the Playbooks Rules API that enables listing, searching, and retrieving rule files and metadata for development workflows.

Stars
9
Tools
3
Updated
Mar 24, 2025
Validated
Jan 11, 2026

Playbooks Rules

A Model Context Protocol (MCP) server for interacting with Playbooks Rules API.

Features

  • List available rules
  • Search for rules by query
  • Get details for a specific rule

Installation

npm install -g playbooks-rules

Usage

playbooks-rules

API Requirements

This MCP server expects a Rules API to be running at https://playbooks.com/api/v1/rules.

Available Tools

The MCP server exposes the following tools:

listRules

Lists all available rules from the API.

// No parameters required

searchRules

Searches for rules that match a query.

{
  query: "your search query"
}

getRule

Fetches a specific rule by slug or URL.

{
  slug: "rule-slug-or-url"
}

License

MIT

Reviews

No reviews yet

Sign in to write a review