Skip to content

Align OpenCode with hosted MCP architecture - #82

Open
ishaanxgupta wants to merge 1 commit into
opencode/persistent-memory-statusfrom
opencode/hosted-mcp-parity
Open

Align OpenCode with hosted MCP architecture#82
ishaanxgupta wants to merge 1 commit into
opencode/persistent-memory-statusfrom
opencode/hosted-mcp-parity

Conversation

@ishaanxgupta

@ishaanxgupta ishaanxgupta commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Switches agent-facing memory actions to hosted MCP while keeping automatic recall and capture in hooks. Keeps only the login and status commands, improves diagnostics, and adds a fixed Supermemory footer.

Copy link
Copy Markdown
Contributor Author

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@ishaanxgupta
ishaanxgupta force-pushed the opencode/hosted-mcp-parity branch 5 times, most recently from 0a62f95 to 8f305a0 Compare August 26, 2026 14:36
@ishaanxgupta
ishaanxgupta force-pushed the opencode/hosted-mcp-parity branch from 8f305a0 to 79598fb Compare August 26, 2026 14:46

@vorflux vorflux Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cross-checked this migration against the hosted MCP worker in supermemory and the API/self-hosted boundary in mono. I found three material regressions in the new routing path.


Review with Vorflux

Comment thread src/index.ts
Comment thread src/index.ts
Comment thread src/mcp-proxy.ts

@vorflux vorflux Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Full-stack comparison against the current Claude Code plugin found one additional material MCP registration difference.


Review with Vorflux

Comment thread src/index.ts
config: async (config) => {
config.mcp = {
...(config.mcp ?? {}),
supermemory: {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 — Preserve an existing user-defined mcp.supermemory server. This spreads the MCP map but unconditionally replaces its supermemory entry and forces it enabled. A user who already configured that name for a self-hosted endpoint, custom command/environment, or intentionally disabled server will silently be redirected to this bundled proxy. Claude’s bundled MCP is plugin-namespaced (mcp__plugin_supermemory_supermemory__...) rather than overwriting a user-global entry. Please preserve an existing entry or register the proxy under a collision-resistant plugin-owned key unless the user explicitly opts into replacement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant