feat(mem0): add hosted Mem0 MCP mixin kit#127
Open
karanveersingh5623 wants to merge 3 commits into
Open
Conversation
Author
Run Results for
|
Author
Run results for E2E |
karanveersingh5623
marked this pull request as ready for review
July 5, 2026 05:07
Signed-off-by: karanveersingh5623 <karanveersingh5623@gmail.com>
Signed-off-by: karanveersingh5623 <karanveersingh5623@gmail.com>
karanveersingh5623
force-pushed
the
feat/add-mem0-kit
branch
from
July 5, 2026 05:21
a0c2fb1 to
bfaeaf3
Compare
dvdksn
reviewed
Jul 5, 2026
dvdksn
left a comment
Contributor
There was a problem hiding this comment.
Hey! thanks for the contrib, this would be a useful kit. It looks like this is only setting up the proxy plumbing and agentContext, but it doesn't actually set up the mcp server. I guess ideally the kit would do both?
Signed-off-by: karanveersingh5623 <karanveersingh5623@gmail.com>
Author
The TCK fails because it attempts to create /workspace inside the test container as a non-root user |
Author
|
Author
@dvdksn , thanks for the feedback , I have updated the PR and Summary , please let me know if it satisfy the requirement i.e. enables the setup/configure mcp server for claude during sandbox startup |
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.
Add Mem0 mixin kit
Summary
This PR adds a new mem0 mixin kit for Docker Sandboxes.
The kit enables the hosted Mem0 MCP service for sandbox agents by:
MEM0_API_KEYmcp.mem0.ai.mcp.jsonwith the hosted Mem0 MCP server definitionagentContextThe goal is to provide functionality where a sandbox can immediately use the hosted Mem0 MCP server without requiring manual MCP configuration.
Spec choices worth flagging for review
https://mcp.mem0.ai/mcp/) rather than deploying a local Mem0 server..mcp.jsontogether with a startup command to automatically enable the workspace MCP server for Claude Code.Origin
Created specifically for Docker Sandboxes to simplify integration with the hosted Mem0 MCP service.
Test plan
Validation
E2E
The wrapper script (
scripts/test-kit-e2e.sh) currently exits early because it retriespolicy initinstead of resetting the scoped policy before retrying.The equivalent Go e2e test was therefore executed directly:
Results:
Refer in comments
The e2e test successfully verified:
Manual Tests
https://mcp.mem0.ai/mcp/