Skip to content
Gryz Docs
MCP & AI assistants

MCP and AI assistants overview

Connect Gryz to Claude, ChatGPT, or Cursor via the Model Context Protocol to publish and manage documents from chat.

Updated · Reviewed by Jacob

Answer first

The Gryz MCP server gives AI assistants ten tools for working with your account: five document tools to publish, list, get, update, and delete, plus five Notes tools to list, create, update, append, and delete private notes. MCP access is free with any signed-in account — no Pro subscription required.

Primary URL

Always use the www host — apex redirects can drop OAuth headers:

https://www.gryz.ai/api/mcp/

Document tools

ToolPurpose
publish_documentCreate a new document
get_documentFetch by slug
list_documentsList your documents
update_documentReplace content or metadata
delete_documentRemove a document

Notes tools

ToolPurpose
list_notesFind and review saved notes
create_noteSave a new private note
update_noteReplace a note's title or content
append_noteAdd content without replacing a note
delete_noteMove a note to the dashboard trash

Authentication

  • OAuth (recommended) — browser sign-in on first use; no API key in config files
  • API key — Bearer token from /account/api-keys/

Continue to MCP setup for connection instructions, or open the MCP tools reference for exact inputs, behavior, and limits.

Was this page helpful?