streamable-httpMITupdated 8d ago
Publish, share, and manage documents on Gryz directly from Cursor. Jot private Notes, paste Markdown or HTML, and get shareable links ā all from inside your editor, over MCP.
What can you do with Gryz?
Gryz for Cursor
Publish, share, and manage documents on Gryz directly from Cursor. Jot private Notes, paste Markdown or HTML, and get shareable links ā all from inside your editor, over MCP.
What you get
Once connected, Cursor can call these tools on your behalf.
Documents
- Publish a document ā Markdown or HTML, public or private
- Get a document ā retrieve content and metadata by slug
- List your documents ā newest first
- Update a document ā content, type, or title
- Delete a document
Notes
Private scratchpad ā not published to the web. Great for decisions, lists, and drafts you are not ready to share yet.
- List notes ā search your notes; check
agent_accessbefore editing - Create note ā start a new private note
- Append note ā add to an existing note without overwriting
- Update note ā rewrite a note in place
- Delete note ā remove a note (restorable from the dashboard briefly)
Notes respect per-note AI access (collaborate vs read_only) set in
your Gryz dashboard.
MCP tool ids: publish_document, get_document, list_documents,
update_document, delete_document, list_notes, create_note,
append_note, update_note, delete_note.
Install
One-click
Use the Add to Cursor button on the MCP setup guide, or search Gryz in the Cursor plugin marketplace.
Manual
- Clone or download this repo.
- Copy
mcp.jsoninto your Cursor MCP config (~/.cursor/mcp.jsonfor a server available across all workspaces, or.cursor/mcp.jsonin a single project). - Restart Cursor, or reload the MCP servers list.
{
"mcpServers": {
"gryz": {
"url": "https://www.gryz.ai/api/mcp"
}
}
}
Use https://www.gryz.ai/api/mcp exactly ā no trailing slash. Cursor OAuth
fails if the URL does not match Gryz protected-resource metadata.
Signing in
The first tool call opens a browser window to authorize Gryz via OAuth ā sign in with Google, GitHub, a magic link, or a password. No API key needed for this flow, and no secrets live in this plugin's manifest.
Prefer an API key instead? Generate one at
gryz.ai/account/api-keys and add it
as a header in your own mcp.json:
{
"mcpServers": {
"gryz": {
"url": "https://www.gryz.ai/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
Both OAuth and API key access are free with any Gryz account ā no subscription required.
Example prompts
- "Publish this markdown to Gryz as a public doc titled Q3 Roadmap"
- "List my Gryz documents"
- "Note this down in Gryz: we decided to ship Notes before the video"
- "What notes do I have about the launch?"
Already using the old URL?
https://www.grtwo.app/api/mcp ā the previous domain ā still works during the
brand transition from grtwo.app to Gryz. No need to change an existing
connection until you are ready; new setups should use the gryz.ai URL above.
Links
License
MIT ā see LICENSE.
Install
Add Gryz to your client. Pick the one you use.
claude mcp add --transport http gryz https://www.gryz.ai/api/mcp/codex mcp add gryz --url https://www.gryz.ai/api/mcp/{
"mcpServers": {
"gryz": {
"url": "https://www.gryz.ai/api/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"gryz": {
"type": "http",
"url": "https://www.gryz.ai/api/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"gryz": {
"url": "https://www.gryz.ai/api/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"gryz": {
"serverUrl": "https://www.gryz.ai/api/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance19/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 0 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint ā no local install
Version history
| Versions | Published |
|---|---|
| 1.6.0Latest | Aug 27, 2026 |
| 1.5.0 | Aug 26, 2026 |