Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MemMachine/MemMachine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 78a1a27
Choose a base ref
...
head repository: MemMachine/MemMachine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dab4fdf
Choose a head ref
  • 2 commits
  • 14 files changed
  • 2 contributors

Commits on Nov 3, 2025

  1. feat. implement simple mcp (#405)

    feat. implement simple stdio mcp
    
    Implements a simplified MCP (Model Content Protocol) server for
    MemMachine, replacing complex MCP tools with two streamlined methods:
    `add_memory` and `search_memory`. The new implementation focuses on
    better LLM integration with clearer descriptions and minimal parameter
    sets.
    
    - Simplify MCP interface with two core tools optimized for LLM
      interaction
    - Add two new command-line entry points for standalone MCP operation
    - Implement user ID context management with environment variable
      override support
    - Restructure application lifespan management to support both standalone
      MCP and integrated HTTP modes
    jealous authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    8ea1520 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dab4fdf View commit details
    Browse the repository at this point in the history
Loading