Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Acta β€” Verifiable Agent Memory
A
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:05:17 AM

Acta β€” Verifiable Agent Memory

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Verifiable agent memory with signed ledger receipts β€” verify every write offline.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "acta-verifiable-agent-memory": {
      "command": "npx",
      "args": [
        "-y",
        "acta-verifiable-agent-memory"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Documentation Overview

acta-mcp β€” standalone distribution

Source of truth: github.com/Kylewilson04/acta (crates/acta-mcp/)

This repository is the distribution surface for the acta-mcp MCP server binary. All source code, CI pipelines, and reproducible builds live in the acta monorepo. This repo holds the standalone artifact releases and documentation.

Binary releases

Pre-built binaries for every supported platform are published as GitHub Releases on this repository, built by the release-mcp.yml workflow in the monorepo.

Supported platforms

PlatformTarget tripleArchive
Linux x86_64x86_64-unknown-linux-musl.tar.gz
Linux ARM64aarch64-unknown-linux-musl.tar.gz
macOS x86_64x86_64-apple-darwin.tar.gz
macOS ARM64aarch64-apple-darwin.tar.gz
Windows x86_64x86_64-pc-windows-msvc.zip

Verify before installing

bash
# 1. Download binary, checksum, and signature
curl -LO https://github.com/Kylewilson04/acta-mcp/releases/download/mcp-v<VERSION>/acta-mcp-<VERSION>-<TARGET>.tar.gz
curl -LO https://github.com/Kylewilson04/acta-mcp/releases/download/mcp-v<VERSION>/acta-mcp-<VERSION>-<TARGET>.tar.gz.sha256
curl -LO https://github.com/Kylewilson04/acta-mcp/releases/download/mcp-v<VERSION>/acta-mcp-<VERSION>-<TARGET>.tar.gz.sig
curl -LO https://github.com/Kylewilson04/acta-mcp/releases/download/mcp-v<VERSION>/acta-mcp-<VERSION>-<TARGET>.tar.gz.cert

# 2. Verify checksum
sha256sum -c acta-mcp-<VERSION>-<TARGET>.tar.gz.sha256

# 3. Verify sigstore/cosign signature (keyless)
cosign verify-blob \
  --certificate acta-mcp-<VERSION>-<TARGET>.tar.gz.cert \
  --signature acta-mcp-<VERSION>-<TARGET>.tar.gz.sig \
  acta-mcp-<VERSION>-<TARGET>.tar.gz

# 4. Verify provenance
tar xzf acta-mcp-<VERSION>-<TARGET>.tar.gz
./acta-mcp --version --json
# Expected output includes:
#   - git_commit: full SHA (not "unknown")
#   - has_release_provenance: true
#   - build_target: the target triple

Full verification guide: RELEASE_VERIFICATION.md

Each release includes:

  • acta-mcp-source-<version>-<commit>.tar.gz β€” deterministic source archive with PROVENANCE.txt
  • acta-mcp-<version>-<target>.tar.gz (or .zip) β€” platform binary
  • .sha256 checksum for every artifact
  • .sig sigstore/cosign signature + .cert signing certificate (MCP-P1-004)
  • .sigstore.json SLSA provenance attestation
  • acta-mcp-sbom.spdx.json β€” Software Bill of Materials
  • mcp-manifest.json β€” full artifact-to-source mapping

Build from source (reproducible)

To build the binary yourself from the tagged source commit:

bash
# Clone the monorepo at the release tag
git clone https://github.com/Kylewilson04/acta
cd acta
git checkout mcp-v<VERSION>

# Export and validate the deterministic source archive
bash scripts/export-mcp-release.sh
bash scripts/mcp-archive-check.sh acta-mcp-source-*.tar.gz

# Build with provenance
ACTA_MCP_GIT_COMMIT=$(git rev-parse HEAD) \
ACTA_MCP_GIT_REF=$(git describe --tags --exact-match) \
ACTA_MCP_BUILD_TARGET=$(rustc -vV | grep host | cut -d' ' -f2) \
cargo build -p acta-mcp --release --locked

# Verify the binary
./target/release/acta-mcp --version
./target/release/acta-mcp --version --json

CI pipeline

The canonical build pipeline is .github/workflows/release-mcp.yml in the acta monorepo. It ensures:

  1. Source archive validation β€” archive content check against required files
  2. Toolchain pinning β€” Rust 1.87.0 with locked dependencies (--locked)
  3. Multi-platform builds β€” 5 targets with format/lint/test then release
  4. Provenance injection β€” ACTA_MCP_GIT_COMMIT, ACTA_MCP_GIT_REF, ACTA_MCP_BUILD_TARGET
  5. Binary smoke test β€” --version --json verifies provenance fields are present
  6. Checksums + SBOM + manifest β€” every artifact is cryptographically bound to source

MCP server

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

ToolDescription
acta_write_intentStore a standing or task intent
acta_write_claimAppend a signed subject→predicate→object claim
acta_commit_memoryStore a note/observation/document chunk
acta_read_contextCompile a signed context bundle (intents + claims + memory)
acta_get_state_rootCurrent signed ledger state root
acta_verifyVerify the full ledger chain offline
acta_answer_lookupCheck the verifiable answer cache before expensive work
acta_answer_putMemoize a final answer with a signed provenance receipt

The authoritative tool registry is api/mcp-tool-registry-v1.json in the monorepo.

Install

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

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

Environment variables

VariableDefaultDescription
ACTA_URLhttp://127.0.0.1:8088Acta server base URL
ACTA_TENANTdefaultTenant / agent identifier
ACTA_API_KEYβ€”API key when server auth is enabled
ACTA_CONNECT_TIMEOUT5Backend connect timeout in seconds
ACTA_REQUEST_TIMEOUT30Backend request timeout in seconds

Configuration fingerprint (CTRL-CFG-001)

At startup, acta-mcp emits a redacted SHA-256 config fingerprint that includes non-sensitive structural config (has_api_key flag, tenant name, backend presence) but never secrets or raw URLs. Use --version --json for the full provenance block.

Verification

Terminal
curl -s $ACTA_URL/v1/verify/<aea_id>
# β†’ { "found": true, "chain_valid": true, "signatures_valid": true }

curl -s $ACTA_URL/v1/ledger/export | acta-verify -
# β†’ RESULT: VALID

Security invariants

  1. No binary may be distributed without release provenance β€” a binary reporting has_release_provenance: false or git_commit: "unknown" MUST NOT be published as a release artifact.
  2. Every release must pass mcp-archive-check.sh β€” a README-only archive (v1.0.0-rc.1) must never happen again.
  3. All artifacts are checksummed AND signed β€” operators must run mcp-install-verify.sh before configuring any MCP client. Cosign .sig/.cert files prove the artifact was produced by the official CI workflow (MCP-P1-004).
  4. Contract digests are embedded at build time β€” API and tool registry digests enable runtime verification of contract integrity.
  5. SLSA provenance attestation β€” .sigstore.json proves the build environment, source commit, and workflow that produced each artifact (MCP-P1-004).

Prior release notice (MCP-P0-001)

v1.0.0-rc.1 MCP artifacts are UNVERIFIABLE. The standalone archive distributed with that release contained only README.md. No source, lockfile, license, or build provenance was included. Do not distribute or use binaries from that release. Use mcp-v1.0.0-rc.2 or later.

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    β˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory17 views
    Compare vs Moxie Docs MCP β†’
  • Mcp logoMcp

    AI memory layer β€” one shared, persistent memory across every AI tool you connect.

    🧠 Knowledge & Memory0 views
    Compare vs Mcp β†’
  • A
    AiPayGen

    88 AI tools β€” research, write, code, translate, analyze, scrape, agent memory, and more

    🧠 Knowledge & Memory0 views
    Compare vs AiPayGen β†’
  • Mcp Obsidian logoMcp Obsidian

    Universal AI bridge for Obsidian vaults using MCP. Provides safe read/write access to notes with 11 comprehensive methods for vault operations including search, batch operations, tag management, and frontmatter handling. Works with Claude, ChatGPT, and any MCP-compatible AI assistant.

    🧠 Knowledge & Memory2 views
    Compare vs Mcp Obsidian β†’

Frequently Asked Questions about Acta β€” Verifiable Agent Memory

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "acta-verifiable-agent-memory": { "command": "npx", "args": ["-y", "Acta β€” Verifiable Agent Memory"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewActa β€” Verifiable Agent Memory AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/acta-verifiable-agent-memory?style=directory)](https://allmcps.com/mcp/acta-verifiable-agent-memory)
HTML Embed
<a href="https://allmcps.com/mcp/acta-verifiable-agent-memory"><img src="https://allmcps.com/api/badge/acta-verifiable-agent-memory?style=directory" alt="Acta β€” Verifiable Agent Memory on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/5 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory β†’Best MCP servers for Memory & Knowledge β†’Alternatives to Acta β€” Verifiable Agent Memory β†’Install in Claude DesktopInstall in CursorInstall in VS Code