Agent ready
CLI & MCP
Connect Desora to Claude Code, Cursor, Windsurf or any MCP-capable agent and search prompts without leaving your editor.
1. Create an API key
Every request is authenticated with a personal key. A key inherits your subscription, so paid prompts stay locked for agents on a free account.
Sign in to create an API key
Keys let your agents read the library through MCP or the REST API.
Sign in2. Connect your agent over MCP
The MCP server speaks JSON-RPC over HTTP and exposes three tools: search_prompts, get_prompt and list_categories.
Claude Code
Cursor, Windsurf, or any MCP client (mcp.json)
3. Or call the REST API
Same data, plain HTTP — handy for scripts, CI jobs and your own tooling.
Search the library
Fetch one prompt
| Endpoint | Returns |
|---|---|
| GET /api/v1/components | Catalogue with categories and preview URLs |
| GET /api/v1/components/:slug | Full prompt + code (subscription required) |
| POST /api/mcp | MCP JSON-RPC endpoint |

