Samebase integrations for ChatGPT, Codex, and Claude Code.
This repository is generated from the private Samebase monorepo and published only after its CI checks pass. Do not edit this generated repository directly. Use GitHub Issues to request a change or report a problem.
This repository packages the Samebase MCP server and one workflow skill for coding agents. The goal is to make the complete GitHub-backed app loop clear:
- Create or select a Samebase app through MCP.
- Open or clone the app's GitHub repository locally.
- Run the app's setup and code generation steps before backend changes.
- Make changes with the local coding agent.
- Validate the exact source that will ship.
- Commit and push through the repository's Git workflow when the user wants to publish.
- Observe the resulting provider state before reporting a live deployment.
The plugin does not turn chat into a hosted development environment. Samebase provides the app inventory, repository and provider wiring, and MCP tools. The coding agent works in the user's local GitHub repository, and Git commits remain the version identity.
The samebase skill covers the complete journey. It selects or creates the app, preserves its
provider identity, guides work in the GitHub repository, and verifies deployment state after an
authorized publish.
The live MCP action catalog and samebase.com/llms.txt are the product source of truth. The plugin carries workflow and routing guidance instead of copying every action contract.
The plugin installs one MCP server named samebase. Do not add https://api.samebase.com/mcp as a
second manual MCP server.
After installation or an update, start a new chat or CLI session and ask:
Use Samebase to list my apps.
Authenticate when the client prompts for access. If authentication appears under more than one Samebase server, remove the manual connection and keep the server supplied by this plugin.
Samebase is being prepared for the public Plugins Directory shared by ChatGPT and Codex. When the listing is available, install Samebase from Plugins in ChatGPT Work or Codex, then start a new chat.
For direct Codex installation from this repository, add the marketplace:
codex plugin marketplace add samebase/pluginInstall the plugin:
codex plugin add samebase@samebaseUpdate an existing direct install after a new release:
codex plugin marketplace upgrade samebase
codex plugin add samebase@samebaseStart a new Codex task after installing so the plugin skills and MCP server are loaded.
Add the marketplace:
/plugin marketplace add samebase/plugin
Install the plugin:
/plugin install samebase@samebase
/reload-plugins
Update an existing install after a new release:
/plugin marketplace update samebase
/plugin update samebase@samebase
/reload-plugins
Authenticate the Samebase MCP server from Claude Code's MCP UI if prompted:
/mcp
During plugin development, test the local plugin directly:
claude --plugin-dir ./plugins/samebase.claude-plugin/marketplace.json Claude Code marketplace catalog
.agents/plugins/marketplace.json Codex marketplace catalog
package.json Package metadata and check command
plugins/samebase/ Shared Claude Code and Codex plugin
Both marketplaces install the same plugin directory. Platform-specific manifests share one MCP declaration, icon, and skill tree, so the workflow cannot drift between Codex and Claude Code. Validate the complete package with:
node ./scripts/check.tsUse GitHub Issues for support and non-sensitive bug reports. Follow SECURITY.md for private vulnerability reports.
This repository is licensed under the Apache License 2.0.