trackmcp
Back to directory
iannuttall

cursor-rules-mcp

View on GitHub
9 stars JavaScriptOthers Updated Jul 25, 2025

Documentation

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

bash
npm install -g playbooks-rules

Usage

bash
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.

javascript
// No parameters required

searchRules

Searches for rules that match a query.

javascript
{
  query: "your search query"
}

getRule

Fetches a specific rule by slug or URL.

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

License

MIT

Frequently asked questions

What is cursor-rules-mcp?

cursor-rules-mcp is a Model Context Protocol (MCP) server listed in the TrackMCP directory.

How do I install cursor-rules-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is cursor-rules-mcp open source?

Yes — it is hosted on GitHub at https://github.com/iannuttall/cursor-rules-mcp and has 9 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP