Feat:add mcp serve support and client demo#127
Merged
Ki-Seki merged 6 commits intoMemTensor:devfrom Jul 20, 2025
Merged
Conversation
Ki-Seki
requested changes
Jul 19, 2025
Member
Ki-Seki
left a comment
There was a problem hiding this comment.
You need to deal with conflicts, Mainly re-add dependencies (fastmcp) in pyproject toml
Ki-Seki
requested changes
Jul 19, 2025
Member
Ki-Seki
left a comment
There was a problem hiding this comment.
fastmcp包本身比较小,且基本算作核心功能,建议将fastmcp放到主依赖里。
Ki-Seki
requested changes
Jul 19, 2025
Member
Ki-Seki
left a comment
There was a problem hiding this comment.
src/memos/api/mcp_serve_stdio.py seems too similar to src/memos/api/mcp_serve.py, should some codes be reused/reconstructed?
Collaborator
Author
yes , mcp_serve_stdio.py support more mcp protocol, I have rewrite mcp_serve_stdio-->mcp_serve and rm mcp_serve_stdio.py |
Member
|
looks good to me |
tianxing02
pushed a commit
to tianxing02/MemOS
that referenced
this pull request
Feb 24, 2026
* feat:add mcp serve * feat: add mcp serve and http client api * add: stdio for memos mcp * fix:remove dup content and reconstructed code * fix : reorg core dire and add mcp examples
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.
Description
Summary: add mcp serve for http serve
Fix: #18
Reviewer: @Ki-Seki
Checklist: