Add Vynix plugin (MCP server) - #255
Open
Surajsharma07 wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does
Adds a new plugin: Vynix — a Model Context Protocol server that gives AI coding agents access to Vynix visual website feedback, bug reports, screenshots, and AI diagnosis.
vynixhttps://github.com/UseVynix/vynix-mcp.git@dc173bae17f6096d2dbc6456f0d1dd27237f9626Ownership
sourcerepo is published under our official org (UseVynix/vynix-mcp).Checklist
.grok-plugin/marketplace.json(valid JSON, kebab-casename).sha, public + reachable..grok-plugin/plugin-index.json(python3 scripts/generate-plugin-index.py).python3 scripts/validate-catalog.pypasses locally.python3 scripts/generate-plugin-index.py --checkpasses locally.homepage+ cleardescriptionset.Security
curl | bash, remote-code download/exec, orpostinstallRCE..env, or env vars. The server only reads its own declared config env vars (VYNIX_API_TOKEN, etc.) to authenticate to the Vynix API.https://www.vynix.in— Vynix REST API (projects, annotations, screenshots, diagnosis, comments, issues).https://mcp.vynix.in/mcp— optional hosted streamable-http transport.VYNIX_API_TOKEN, a personal access token generated at https://www.vynix.in/mcp, used to authenticate the agent to the user's own Vynix account. Optional email/password env vars support token-refresh mode.Notes for reviewers
Source is published under our official org
UseVynix. This PR is opened from a maintainer's personal fork (Surajsharma07), who is an admin of theUseVynixorg. The plugin ships one MCP server (npm@usevynix/mcp-server, stdio vianpx, plus an optional hosted remote).keywords/domainsare intentionally brand-scoped.