Uh oh!
There was an error while loading. Please reload this page.
feat(plugin): Bundle hosted Hamster MCP across hosts - #13
Open
harveyfullstack wants to merge 6 commits into
Open
feat(plugin): Bundle hosted Hamster MCP across hosts#13harveyfullstack wants to merge 6 commits into
harveyfullstack wants to merge 6 commits into
Conversation
harveyfullstackforce-pushed
the
feat/bundle-plugin-mcp
branch
from
August 25, 2026 18:39
8c01bca to
d667c1aCompareCursor identifies each skill by a name that matches its folder.
This was referenced Aug 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Installing the Hamster plugin for Claude Code, Cursor, or Codex now provisions the same hosted MCP connection. Each host prompts people to sign in to their Hamster workspace with OAuth on first use. Each skill also has a name that matches its folder, so Cursor can list it as
ask,ship, and the rest instead of a cache-directory label.Why it matters
The plugins previously installed Hamster skills and agents without consistently connecting the MCP server they depend on. People could finish installation and still have to configure that connection separately.
How it works
.mcp.jsondeclares the hostedhttps://tryhamster.com/mcpendpoint without bundled credentials.$CODEX_HOME/pluginsinstaller and undocumented Codex-only marketplace catalog are removed in favor of Codex's documented marketplace flow.namefield.Validation