cursor-rules-mcp
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
npm install -g playbooks-rulesUsage
playbooks-rulesAPI 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 requiredsearchRules
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
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
A model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Web search using free google search (NO API KEYS REQUIRED)
A CLI inspector for the Model Context Protocol
An experiment in software planning using MCP
Adb-mcp is a proof of concept project to enabled AI control of Adobe tools (Adobe Photoshop and Adobe Premiere) by providing an interface to LLMs via the MCP...
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP