feat(setup): add Claude Desktop MCPB bundle#468
Closed
gaduviera wants to merge 1 commit into
Closed
Conversation
Co-authored-by: Codex <codex@openai.com>
bbc5997 to
c2c87b5
Compare
Collaborator
|
Thanks for exploring Claude Desktop MCPB support. I am closing this PR because setup and packaging surface needs an approved design issue before implementation. Open an issue that explains the intended Claude Desktop contract, what files Engram owns, and how this fits beside the existing setup flows. Once that is approved, a focused PR is welcome. |
2 tasks
Author
|
Thanks for the guidance. I opened #501 to define the Claude Desktop/Cowork MCPB contract, Engram-owned files, setup boundaries, upgrade behavior, and how it fits beside the existing Claude Code and agent setup flows. I'll wait for design approval there before preparing a new focused implementation PR. |
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 free
to 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.
Summary
Adds
engram setup claude-desktop, which generates a local MCPB bundle for Claude Desktop regular chats and Cowork spaces.The generated bundle:
~/.engram/mcpb/engram-claude-desktop.mcpbengram mcp --tools=agentclaude_desktop_config.jsondirectlyThis gives Claude Desktop users a one-click install path similar to the Claude Code/OpenCode setup flows, while keeping the richer lifecycle hooks scoped to Claude Code.
Changes
claude-desktopto supported setup agentsmanifest.jsonand README.mcpbin Claude DesktopValidation
Passed locally on Windows:
mcpb inforecognizes the generated bundle and reports only the expected unsigned warning for a local/private bundle.Note: the full
go test ./internal/setupsuite currently has unrelated Windows-environment failures in this checkout (shmissing and existing Gemini/Codex/Claude Code fixture expectations). The new targeted tests pass.