Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Cursor Rules

FreeNot checked

Provides a bridge to Playbooks Rules API for listing, searching, and retrieving rules with tools for processing URL-based slugs and formatting rule files with m

GitHubEmbed

About

Provides a bridge to Playbooks Rules API for listing, searching, and retrieving rules with tools for processing URL-based slugs and formatting rule files with metadata

README

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

from github.com/iannuttall/cursor-rules-mcp

Installing Cursor Rules

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/iannuttall/cursor-rules-mcp

FAQ

Is Cursor Rules MCP free?

Yes, Cursor Rules MCP is free — one-click install via Unyly at no cost.

Does Cursor Rules need an API key?

No, Cursor Rules runs without API keys or environment variables.

Is Cursor Rules hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Cursor Rules in Claude Desktop, Claude Code or Cursor?

Open Cursor Rules on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Cursor Rules with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs