Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .grok-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
]
}
23 changes: 23 additions & 0 deletions .grok-plugin/plugin-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down