pREST for Cursor plugin
Last updated
pREST for Cursor (prest/prest-cursor) is a Cursor plugin: rules, skills, and examples that help the agent work with pREST. It is not the MCP binary.
prest-mcp
Stdio adapter that talks to /_mcp β see Install pREST MCP Adapter
prest-cursor
Cursor marketplace plugin (rules/skills) that guides setup and workflows
Use both together: install the adapter for live MCP tools, and the plugin for Cursor-native guidance.
Rules for configuring and using pREST MCP safely
Skills for common setup steps (including MCP)
Examples such as a read-only Postgres role for AI access
Repository: https://github.com/prest/prest-cursor
Follow the install instructions in the prest-cursor README. Typical options:
Install from the Cursor plugin / marketplace listing when available
Or clone / link the plugin locally for development
After install, still configure MCP separately β the plugin does not replace prest-mcp:
Run pREST v2.1.0+ with /_mcp
Install prest-mcp (brew install prest/tap/prest-mcp)
Add .cursor/mcp.json as in Use with Cursor
Agent calls prest.list_databases / select tools
MCP via prest-mcp β /_mcp
Agent follows pREST-specific rules and skills
prest-cursor plugin
Least-privilege DB access
pREST for OpenClaw plugin β sibling plugin for OpenClaw
Last updated