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": {