Mmcp.market

Plyo MCP server

by plyo-dev·io.github.plyo-dev/plyo-mcp·v0.4.3

Save, publish, restore and back up AI-built projects on Plyo, for people who build with AI.

B80/100grade B
What users say
No reviews yet
Be the first
Safety scan
B80/100

full report

Adoption
Growing

0 stars37 downloads/wk

Reviews

Write one

Nobody has reviewed Plyo yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Plyo tools (10, 2 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • backup_data

    Take a snapshot of the project's database (and storage files) before risky data changes — schema migrations, bulk updates, deletions. The user can restore or download it from Settings → Backups.

  • create_projectwrite action

    Create a new Plyo project and link the current folder to it. Existing files stay untouched; use save_checkpoint afterwards to store them.

  • get_build_error

    Get the most recent build's status, and if it failed, the plain-English error and the fix guidance.

  • get_timeline

    Show the project's recent checkpoints (the timeline) with what changed in each.

  • link_project

    Link the current folder to an existing Plyo project by slug.

  • list_projects

    List the user's Plyo projects (name, slug, live URL).

  • publishwrite action

    Publish the project's latest checkpoint to its live URL. Waits for the result; on failure, returns a plain-English cause plus a fix you can act on.

  • restore

    Restore the project to an earlier checkpoint. Never destructive: a new checkpoint is created and everything stays on the timeline.

  • save_checkpoint

    Save the current state of the project as a checkpoint on the user's Plyo timeline. Call this after completing a piece of work.

  • start_draft

    Start a Draft — a safe copy of the project to try changes without touching the live version. Switches this folder to the draft. If the user already started a draft in Plyo, pass its exact name and this folder joins it instead of creating a new one.

Public scan report

scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it

no findings
  • Code scan2 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 20 days ago15/15
  • Maintainer identityregistry namespace matches repository owner6/10
Overall 80/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

Runs npx -y plyo-mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add plyo-mcp -- npx -y plyo-mcp
Add to Cursor

Plyo: common questions

Is Plyo MCP server safe?
Mostly: it is graded B (80/100). Read the Plyo safety report
How do I install Plyo?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Plyo need an API key?
Yes. The registry entry asks for PLYO_TOKEN.
Is Plyo maintained?
The last commit was 20 days ago (2026-09-01). The latest release is v0.4.3.

More from plyo-dev