gangway
v0.2.6Charts, diagrams, documents, decks and canvases on a real HTTPS URL on your own gangway server, in place of built-in artifacts; a quick place to put up new apps, with a database if they need one; and previews of every pull request in a GitHub repository.
By Charles BarnesLicense: Apache-2.01 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 27, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install gangway for Codex and Claude Code
codex plugin marketplace add charlesabarnes/gangway
codex plugin marketplace upgrade gangway
codex plugin add gangway@gangwayPaste and run these commands in a terminal with Codex. They add and refresh the gangway catalog, then install this plugin.
Compatibility: the page URL and API slug “gangway” remain stable.
- Codex:
gangway@agent-plugin-marketplace→gangway@gangway
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/charlesabarnes/gangwayClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/gangway/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/create-theme/SKILL.md├── skills/deploy-once/SKILL.md└── skills/setup-pr-previews/SKILL.md
Included Skills3
Create or update a gangway artifact theme from a source -- a website, a stylesheet or design-tokens file, a Tailwind config, a brand guide, a logo, or a description -- so the user's documents, decks and canvases come out in their own brand. Maps the source onto gangway's colour tokens for light and dark, its fonts, a shape and layout style and a logo, saves it with the MCP theme tool, and shows it on a sample artifact. Use when the user asks for a custom theme, their brand's look, or to change an existing theme.
Deploy the app in the current directory or repository to a gangway URL once, as it is on disk, with no CI or workflow; redeploy to the same URL later. Use when the user asks to put this repo or app up on gangway, to share a running copy, or to try it on a real URL. For a preview of every pull request, use setup-pr-previews instead.
Set up gangway pull-request previews for the GitHub repository in the current directory, so every PR gets its own URL on the user's gangway server. Connects the repo to gangway with the MCP project tool, adds a Dockerfile if the repo has none, commits the generated GitHub Actions workflow on a branch and opens a PR that proves it works. Use when the user asks for PR previews, preview deployments or review apps on gangway for a repo.
Plugin manifests2
{
"name": "gangway",
"version": "0.2.6",
"description": "Charts, diagrams, documents, decks and canvases on a real HTTPS URL on your own gangway server, in place of built-in artifacts; a quick place to put up new apps, with a database if they need one; and previews of every pull request in a GitHub repository.",
"author": {
"name": "Charles Barnes"
},
"license": "Apache-2.0",
"repository": "https://github.com/charlesabarnes/gangway",
"keywords": [
"deploy",
"preview",
"mcp",
"artifact",
"chart",
"diagram",
"document",
"slides"
],
"skills": "./skills/",
"interface": {
"displayName": "gangway",
"shortDescription": "Charts, diagrams, docs and decks at a real URL",
"longDescription": "The generate-artifact skill: whenever you would draw a chart or a diagram, or make a document, a deck or a canvas, build it from gangway's templates at a real URL on your own server; and offer a URL for a new app once it runs. setup-pr-previews connects a GitHub repository so every pull request gets a preview; deploy-once puts the current app on a URL; create-theme turns a brand or a website into a theme. Connect the MCP server separately: codex mcp add gangway --url https://mcp.<your base>/ then codex mcp login gangway.",
"developerName": "Charles Barnes",
"category": "Coding",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"Make a diagram of this app's infrastructure",
"Build a small app and deploy it to gangway",
"Set up gangway previews for this repo"
]
}
}{
"name": "gangway",
"version": "0.2.6",
"description": "Charts, diagrams, documents, decks and canvases on a real HTTPS URL on your own gangway server, in place of built-in artifacts; a quick place to put up new apps, with a database if they need one; and previews of every pull request in a GitHub repository.",
"author": {
"name": "Charles Barnes"
},
"license": "Apache-2.0",
"userConfig": {
"mcp_url": {
"type": "string",
"title": "gangway MCP URL",
"description": "Your server's MCP surface, e.g. https://mcp.preview.example.com/ (sign in afterwards with /mcp)",
"required": true
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[gangway on Agent Plugins Marketplace](https://pluginsmp.com/plugins/gangway)