AgentHubAgentHub

engrm

MCP ServerMCP Registry官方收录

io.github.dr12hes/engrm · v0.4.6

Shared memory across devices, sessions, and agents for OpenClaw, Claude Code, and Codex.

概览

engrm 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "engrm": {
      "command": "npx",
      "args": [
        "-y",
        "engrm"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.dr12hes/engrm",
  "type": "mcp-server",
  "version": "0.4.6",
  "displayName": "engrm",
  "description": "Shared memory across devices, sessions, and agents for OpenClaw, Claude Code, and Codex.",
  "repository": {
    "url": "https://github.com/dr12hes/engrm",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "engrm",
        "version": "0.4.6",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.dr12hes/engrm",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.dr12hes%2Fengrm/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
engrm — MCP Server 安装与配置 · AgentHub