mcp-memu-server

mekineer-com/mcp-memu-server
★ 0 stars Python 🔌 API Integration Updated today
Custom local-first mcp-memu-server for memU integrations
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-memu-server": {
      "command": "uvx",
      "args": [
        "mcp-memu-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-memu-server