Skip to main content
ClaudeWave

gryz-cursor-plugin - public repo for cursor plugin

MCP ServersOfficial Registry0 stars0 forksMITUpdated yesterday
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/28/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/grtwo-jcansler/gryz-cursor-plugin
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "gryz-cursor-plugin": {
      "command": "node",
      "args": ["/path/to/gryz-cursor-plugin/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/grtwo-jcansler/gryz-cursor-plugin and follow its README for install instructions.
Use cases

MCP Servers overview

# Gryz for Cursor

Publish, share, and manage documents on [Gryz](https://www.gryz.ai) directly
from Cursor. Paste Markdown or HTML and get a shareable link in seconds —
now from inside your editor, over [MCP](https://modelcontextprotocol.io).

## What you get

Once connected, Cursor can call these tools on your behalf:

- **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**

## Install

### One-click (Cursor Marketplace)

Search **Gryz** in the Cursor plugin marketplace and install.

### Manual

1. Clone or download this repo.
2. Copy `mcp.json` into your Cursor MCP config (`~/.cursor/mcp.json` for a
   server available across all workspaces, or `.cursor/mcp.json` in a single
   project).
3. Restart Cursor, or reload the MCP servers list.

```json
{
  "mcpServers": {
    "gryz": {
      "url": "https://www.gryz.ai/api/mcp/"
    }
  }
}
```

## 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](https://www.gryz.ai/account/api-keys/) and add it
as a header in your own `mcp.json`:

```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.

## 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're ready; new setups should use the `gryz.ai` URL above.

## Links

- [Full MCP setup guide](https://www.gryz.ai/docs/mcp/)
- [Gryz](https://www.gryz.ai)
- [Report an issue](https://github.com/grtwo-jcansler/gryz-cursor-plugin/issues)

## License

MIT — see [LICENSE](LICENSE).

What people ask about gryz-cursor-plugin

What is grtwo-jcansler/gryz-cursor-plugin?

+

grtwo-jcansler/gryz-cursor-plugin is mcp servers for the Claude AI ecosystem. gryz-cursor-plugin - public repo for cursor plugin It has 0 GitHub stars and its last recorded update is dated 2026-08-26.

How do I install gryz-cursor-plugin?

+

You can install gryz-cursor-plugin by cloning the repository (https://github.com/grtwo-jcansler/gryz-cursor-plugin) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is grtwo-jcansler/gryz-cursor-plugin safe to use?

+

Our security agent has analyzed grtwo-jcansler/gryz-cursor-plugin and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains grtwo-jcansler/gryz-cursor-plugin?

+

grtwo-jcansler/gryz-cursor-plugin is maintained by grtwo-jcansler. The last recorded GitHub activity is dated 2026-08-26, with 0 open issues.

Are there alternatives to gryz-cursor-plugin?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy gryz-cursor-plugin to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: grtwo-jcansler/gryz-cursor-plugin
[![Featured on ClaudeWave](https://claudewave.com/api/badge/grtwo-jcansler-gryz-cursor-plugin)](https://claudewave.com/repo/grtwo-jcansler-gryz-cursor-plugin)
<a href="https://claudewave.com/repo/grtwo-jcansler-gryz-cursor-plugin"><img src="https://claudewave.com/api/badge/grtwo-jcansler-gryz-cursor-plugin" alt="Featured on ClaudeWave: grtwo-jcansler/gryz-cursor-plugin" width="320" height="64" /></a>

More MCP Servers

gryz-cursor-plugin alternatives