Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zyla MCP Plugin for Cursor

Cursor Marketplace plugin that connects your agent to Zyla API Hub MCP and unlocks discovery + execution across 10,000+ APIs.

What is included

  • Valid Cursor plugin manifest: .cursor-plugin/plugin.json
  • MCP server config: mcp.json
  • Skill: skills/zyla-api-assistant/SKILL.md
  • Security rule: rules/protect-zyla-api-key.mdc

Quick setup

  1. Set your API key as an environment variable:
    • Windows (PowerShell):
      setx ZYLA_API_KEY "YOUR_ZYLA_API_KEY"
    • macOS/Linux (shell profile):
      export ZYLA_API_KEY="YOUR_ZYLA_API_KEY"
  2. Restart Cursor.
  3. Open Cursor MCP settings and ensure server zyla-api-hub appears and is enabled.
  4. Ask the agent something like:
    • "Convert 100 USD to EUR"
    • "List categories of APIs"
    • "Find sports APIs, page 2"

MCP endpoint

This plugin configures:

https://mcp.zylalabs.com/mcp?apikey=${env:ZYLA_API_KEY}

Security notes

  • Do not commit real API keys.
  • If a key was exposed, rotate it immediately.
  • This plugin intentionally uses environment interpolation so credentials stay outside source code.

Publish to Cursor Marketplace

  1. Push this repository to a public GitHub repo.
  2. Confirm .cursor-plugin/plugin.json exists at repository root.
  3. Validate template compliance:
    • node scripts/validate-template.mjs
  4. Submit the repository URL at:

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages