{
  "markdown": "# Gryz for Cursor\n\nPublish, share, and manage documents on [Gryz](https://www.gryz.ai) directly\nfrom Cursor. Jot private Notes, paste Markdown or HTML, and get shareable links\n— all from inside your editor, over [MCP](https://modelcontextprotocol.io).\n\n## What you get\n\nOnce connected, Cursor can call these tools on your behalf.\n\n### Documents\n\n- **Publish a document** — Markdown or HTML, public or private\n- **Get a document** — retrieve content and metadata by slug\n- **List your documents** — newest first\n- **Update a document** — content, type, or title\n- **Delete a document**\n\n### Notes\n\nPrivate scratchpad — not published to the web. Great for decisions, lists, and\ndrafts you are not ready to share yet.\n\n- **List notes** — search your notes; check `agent_access` before editing\n- **Create note** — start a new private note\n- **Append note** — add to an existing note without overwriting\n- **Update note** — rewrite a note in place\n- **Delete note** — remove a note (restorable from the dashboard briefly)\n\nNotes respect per-note **AI access** (`collaborate` vs `read_only`) set in\nyour Gryz dashboard.\n\nMCP tool ids: `publish_document`, `get_document`, `list_documents`,\n`update_document`, `delete_document`, `list_notes`, `create_note`,\n`append_note`, `update_note`, `delete_note`.\n\n<!-- gryz-mcp-tools: publish_document, get_document, list_documents, update_document, delete_document, list_notes, create_note, append_note, update_note, delete_note -->\n\n## Install\n\n### One-click\n\nUse the **[Add to Cursor](https://www.gryz.ai/docs/mcp/)** button on the MCP\nsetup guide, or search **Gryz** in the Cursor plugin marketplace.\n\n### Manual\n\n1. Clone or download this repo.\n2. Copy `mcp.json` into your Cursor MCP config (`~/.cursor/mcp.json` for a\n   server available across all workspaces, or `.cursor/mcp.json` in a single\n   project).\n3. Restart Cursor, or reload the MCP servers list.\n\n```json\n{\n  \"mcpServers\": {\n    \"gryz\": {\n      \"url\": \"https://www.gryz.ai/api/mcp\"\n    }\n  }\n}\n```\n\nUse `https://www.gryz.ai/api/mcp` exactly — **no trailing slash**. Cursor OAuth\nfails if the URL does not match Gryz protected-resource metadata.\n\n## Signing in\n\nThe first tool call opens a browser window to authorize Gryz via OAuth —\nsign in with Google, GitHub, a magic link, or a password. No API key needed\nfor this flow, and no secrets live in this plugin's manifest.\n\n**Prefer an API key instead?** Generate one at\n[gryz.ai/account/api-keys](https://www.gryz.ai/account/api-keys/) and add it\nas a header in your own `mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"gryz\": {\n      \"url\": \"https://www.gryz.ai/api/mcp\",\n      \"headers\": {\n        \"Authorization\": \"Bearer YOUR_API_KEY\"\n      }\n    }\n  }\n}\n```\n\nBoth OAuth and API key access are free with any Gryz account — no\nsubscription required.\n\n## Example prompts\n\n- *\"Publish this markdown to Gryz as a public doc titled Q3 Roadmap\"*\n- *\"List my Gryz documents\"*\n- *\"Note this down in Gryz: we decided to ship Notes before the video\"*\n- *\"What notes do I have about the launch?\"*\n\n## Already using the old URL?\n\n`https://www.grtwo.app/api/mcp` — the previous domain — still works during the\nbrand transition from grtwo.app to Gryz. No need to change an existing\nconnection until you are ready; new setups should use the `gryz.ai` URL above.\n\n## Links\n\n- [Full MCP setup guide](https://www.gryz.ai/docs/mcp/)\n- [Contributing](CONTRIBUTING.md)\n- [Gryz](https://www.gryz.ai)\n- [Report an issue](https://github.com/grtwo-jcansler/gryz-cursor-plugin/issues)\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n",
  "bytes": 3555,
  "sha": "be2b96005289edbaffce5e7661149925ba646084487d81fc8756d790b54c6043",
  "repo_slug": "grtwo-jcansler/gryz-cursor-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_grtwo_jcansler_gryz_c948d291/readme"
}