From 941cd0961ad017cc46e235b480433cb1cb3b0bcb Mon Sep 17 00:00:00 2001 From: Mahmoud Abdelwahab Date: Sat, 13 Jun 2026 10:12:00 +0400 Subject: [PATCH] Add railway plugin to marketplace catalog Adds the Railway deployment platform plugin (MCP server + use-railway skill) as a remote source pinned to railway-skills@aa1e055, which makes the repo root resolvable as a Grok plugin. Regenerated the component index. --- .grok-plugin/marketplace.json | 13 +++++++++++++ .grok-plugin/plugin-index.json | 23 +++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/.grok-plugin/marketplace.json b/.grok-plugin/marketplace.json index d1ed598..d343f3b 100644 --- a/.grok-plugin/marketplace.json +++ b/.grok-plugin/marketplace.json @@ -92,6 +92,19 @@ "homepage": "https://neon.com", "keywords": ["neon", "neon postgres", "neon database", "neon branch"], "domains": ["neon.tech", "neon.com", "console.neon.tech"] + }, + { + "name": "railway", + "description": "Railway deployment platform integration (MCP server + skill). Create projects, provision services and databases, deploy code, manage environments, variables, volumes, and object storage buckets, configure domains, troubleshoot build failures, and check status and metrics directly from Grok.", + "category": "deployment", + "source": { + "source": "url", + "url": "https://github.com/railwayapp/railway-skills.git", + "sha": "aa1e055b0f18d13787232b164cfb7416b553bd03" + }, + "homepage": "https://github.com/railwayapp/railway-skills", + "keywords": ["railway", "railway deploy", "deploy to railway"], + "domains": ["railway.com", "railway.app"] } ] } diff --git a/.grok-plugin/plugin-index.json b/.grok-plugin/plugin-index.json index e833abc..600e036 100644 --- a/.grok-plugin/plugin-index.json +++ b/.grok-plugin/plugin-index.json @@ -174,6 +174,29 @@ ] } }, + "railway": { + "sha": "aa1e055b0f18d13787232b164cfb7416b553bd03", + "components": { + "hooks": [ + { + "name": "PreToolUse", + "description": "Bash" + } + ], + "mcpServers": [ + { + "name": "railway", + "description": "stdio" + } + ], + "skills": [ + { + "name": "use-railway", + "description": "Operate Railway infrastructure: sign up for or sign in to a Railway account, create projects, provision services and da…" + } + ] + } + }, "sentry": { "sha": "849303a8411c242d250885ffe714235a3bc2f5fe", "components": {