Token导航 LogoToken导航TokenDH.com
AC
开发工具HTTP官方级别未说明来源级核验

ACMI MCP

MCP Server

16 tools for persistent agent memory via MCP. Profiles, signals, timeline events, work items, and multi-agent coordination backed by Upstash Redis — for Claude Desktop, Cursor, Cline, Windsurf, and a…

工具数

公开资料未说明
JavaScriptToken认证HTTP开发工具

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:49

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add madezmediapartners/acmi-mcp

详细介绍

ACMI MCP

16 tools for persistent agent memory via MCP. Profiles, signals, timeline events, work items, and multi-agent coordination backed by Upstash Redis — for Claude Desktop, Cursor, Cline, Windsurf, and a…

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add madezmediapartners/acmi-mcp

# Browse available tools
npx -y smithery tool list madezmediapartners/acmi-mcp

# Get full schema for a tool
npx -y smithery tool get madezmediapartners/acmi-mcp acmi_profile

# Call a tool
npx -y smithery tool call madezmediapartners/acmi-mcp acmi_profile '{}'

Direct MCP Connection

Endpoint: https://acmi-mcp--madezmediapartners.run.tools

Required config:

  • upstashRedisRestUrl (header) — Upstash Redis REST endpoint URL
  • upstashRedisRestToken (header) — Upstash Redis REST API token (secret)

Tools (17)

  • acmi_profile — Create or update an entity profile in ACMI. Stores arbitrary JSON profile data for an entity (agent, thread, project, e…
  • acmi_signal — Update AI signals for an entity. Signals are mutable KV state (mood, priorities, scores, etc.) that changes frequently.
  • acmi_event — Log a timeline event for an entity. The workhorse tool — records timestamped events with source, kind, correlationId, a…
  • acmi_get — Fetch complete entity context: profile + signals + recent timeline events (last 10).
  • acmi_list — List all entity IDs in a namespace.
  • acmi_work_create — Create a new work item (cross-session project, task, or idea).
  • acmi_work_event — Log a progress event on a work item.
  • acmi_work_signal — Update signals for a work item (progress, blockers, metrics, etc.).
  • acmi_work_get — Read a work item's full context: profile, signals, timeline (last 50), and sessions.
  • acmi_work_list — List all work item IDs.
  • acmi_cat — Multi-stream event merge view. Combines timeline events from multiple entities, sorted by timestamp. Supports --since f…
  • acmi_spawn — Log an agent session spawn event. Records when an agent starts a new session.
  • acmi_bootstrap — One-shot agent context bundle. Fetches everything a fresh agent session needs: profile, signals, active threads, rollup…
  • acmi_active — Track agent thread engagement. Add/remove threads or list current active threads for an agent.
  • acmi_rollup_set — Set the latest rollup snapshot for an agent (acmi:agent::rollup:latest). Pairs with acmi_bootstrap which reads it.
  • acmi_delete — Delete an ACMI key. Refuses protected paths (acmi:registry:*, acmi:notion-sync:*) and any non-acmi:* key. Defaults to d…
  • acmi_search_semantic — Perform semantic search across fleet coordination history. Finds relevant past events, decisions, and work items based …
# Get full input/output schema for a tool
npx -y smithery tool get madezmediapartners/acmi-mcp 

License: MIT

目录标签

目录标签

JavaScriptToken认证HTTP开发工具

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

token

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPtoken部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP