ACMI MCP

16 tools for persistent agent memory via MCP.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноТолько чтение

Что умеет

  • Acmi Profile: Create or update an entity profile in ACMI. Stores arbitrary JSON profile data for an entity (agent, thread, project, etc.).
  • 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, and summary. Follows ACMI Communication Standard v1.1.

Какие данные видит

Нужен ли аккаунт

Нужен API-ключ из настроек сервиса

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 any MCP-compatible AI tool.

Список инструментов сервера (17)

Технические названия из tools/list. Нужны только разработчикам.

acmi_profileCreate or update an entity profile in ACMI. Stores arbitrary JSON profile data for an entity (agent, thread, project, etc.).
acmi_signalUpdate AI signals for an entity. Signals are mutable KV state (mood, priorities, scores, etc.) that changes frequently.
acmi_eventLog a timeline event for an entity. The workhorse tool — records timestamped events with source, kind, correlationId, and summary. Follows ACMI Communication Standard v1.1.
acmi_getFetch complete entity context: profile + signals + recent timeline events (last 10).
acmi_listList all entity IDs in a namespace.
acmi_work_createCreate a new work item (cross-session project, task, or idea).
acmi_work_eventLog a progress event on a work item.
acmi_work_signalUpdate signals for a work item (progress, blockers, metrics, etc.).
acmi_work_getRead a work item's full context: profile, signals, timeline (last 50), and sessions.
acmi_work_listList all work item IDs.
acmi_catMulti-stream event merge view. Combines timeline events from multiple entities, sorted by timestamp. Supports --since filtering.
acmi_spawnLog an agent session spawn event. Records when an agent starts a new session.
acmi_bootstrapOne-shot agent context bundle. Fetches everything a fresh agent session needs: profile, signals, active threads, rollup, recent timeline, and spawns.
acmi_activeTrack agent thread engagement. Add/remove threads or list current active threads for an agent.
acmi_rollup_setSet the latest rollup snapshot for an agent (acmi:agent:<id>:rollup:latest). Pairs with acmi_bootstrap which reads it.
acmi_deleteDelete an ACMI key. Refuses protected paths (acmi:registry:*, acmi:notion-sync:*) and any non-acmi:* key. Defaults to dry-run; pass confirm=true to actually delete.
acmi_search_semanticPerform semantic search across fleet coordination history. Finds relevant past events, decisions, and work items based on natural language queries. Returns original ACMI correlationIds for linking.