Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Acta — Verifiable Agent Memory

БесплатноНе проверен

Verifiable agent memory with signed ledger receipts — verify every write offline.

GitHubEmbed

Описание

Verifiable agent memory with signed ledger receipts — verify every write offline.

README

MCP server for Acta — verifiable, structured, portable agent memory.

Every write produces an Ed25519-signed ledger receipt (aea_id) verifiable offline with no server and no database.

  • MCP Registry name: mcp-name: io.github.Kylewilson04/acta-mcp

Tools

Tool Description
acta_write_intent Store a standing or task intent
acta_write_claim Append a signed subject→predicate→object claim
acta_commit_memory Store a note/observation/document chunk
acta_read_context Compile a signed context bundle (intents + claims + memory)
acta_get_state_root Current signed ledger state root
acta_verify Verify the full ledger chain offline

Install

Download the binary from Releases and add to your MCP config:

{
  "mcpServers": {
    "acta": {
      "command": "/path/to/acta-mcp",
      "env": {
        "ACTA_BASE": "http://localhost:8088",
        "ACTA_TENANT": "my-agent"
      }
    }
  }
}

Environment variables

Variable Default Description
ACTA_BASE http://localhost:8088 Acta server URL
ACTA_TENANT default Tenant / agent identifier
ACTA_API_KEY API key when server auth is enabled

Verification

curl -s $ACTA_BASE/v1/verify/<aea_id>
# → { "found": true, "chain_valid": true, "signatures_valid": true }

curl -s $ACTA_BASE/v1/ledger/export | acta-verify -
# → RESULT: VALID

from github.com/Kylewilson04/acta-mcp

Установка Acta — Verifiable Agent Memory

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/Kylewilson04/acta-mcp

FAQ

Acta — Verifiable Agent Memory MCP бесплатный?

Да, Acta — Verifiable Agent Memory MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Acta — Verifiable Agent Memory?

Нет, Acta — Verifiable Agent Memory работает без API-ключей и переменных окружения.

Acta — Verifiable Agent Memory — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Acta — Verifiable Agent Memory в Claude Desktop, Claude Code или Cursor?

Открой Acta — Verifiable Agent Memory на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Acta — Verifiable Agent Memory with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai