-
Notifications
You must be signed in to change notification settings - Fork 135
feat: Add MemMachine Integration Guide for Klavis(Strata) #806
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds integration documentation for connecting Klavis (specifically its Strata MCP router) to MemMachine's MCP server over HTTP using the StreamableHTTP transport.
- Introduces a new integration guide for the Klavis/Strata platform
- Provides step-by-step instructions for setting up HTTP-based MCP communication between Strata and MemMachine
- Includes Python client examples and troubleshooting guidance
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| integrations/klavis/init.py | Adds Python module initialization for the Klavis integration |
| integrations/klavis/GUIDE.md | Comprehensive integration guide with setup instructions, code examples, and troubleshooting tips |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Thanks @tianAndrew for adding the MemMachine Integration Guide for Klavis (Strata). I want some clarification to understand the contribution better and ensure we're documenting it as effectively as possible:
|
SarahScargall
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have created PR#808 to reflect the contents of this PR for our docs.memmachine.ai site. I can add additional graphics to it, if desired.
It's not my decision on whether we want the guide to be in 2 places, but if that is the case, we'll want to remove lines 148-200+, as it's a duplicate of lines 1-147.
My mistake. The repetitive parts should have been deleted. |
1 &2: I think this should assume that the user is already using klavis. I might need to consider a better demo case. In fact, klavis agent (strata) can integrate multiple MCPS onto a single port, which is the significance of proxy. At the same time, a corresponding graph will be updated later. I'll consider these and there will be an update. |
* Unifying docker-compose and docker compose (#774) Signed-off-by: Honggyu Kim <[email protected]>
As title.
Purpose of the change
Add MemMachine Integration Guide for Klavis(Strata)
Description
This is a local Klavis integration using Strata (the Klavis MCP router) to proxy to a local MemMachine MCP server over HTTP (StreamableHTTP).
Fixes/Closes
Fixes #(issue number)
Type of change
[Please delete options that are not relevant.]
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.
[Please delete options that are not relevant.]
Test Results: [Attach logs, screenshots, or relevant output]
Checklist
[Please delete options that are not relevant.]
Maintainer Checklist
Screenshots/Gifs
[If applicable, add screenshots or GIFs that show the changes in action. This is especially helpful for API responses. Otherwise, delete this section or type "N/A".]
Further comments
[Add any other relevant information here, such as potential side effects, future considerations, or any specific questions for the reviewer. Otherwise, type "None".]