ART
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ARTrecall what I learned about the deployment pipeline yesterday"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ART — Agent Recall Trail
ART is a local-first memory and reviewed-knowledge product for coding agents. Every Agent gets a physically separate private Recall Trail. Stable conclusions become human-reviewed, immutable Knowledge Editions that other Agents can retrieve without seeing private source identities or source bodies.
ART 0.2.0 supports Codex and DeepSeek Harness (DSH) over stdio MCP. It is standalone: no AAA adapter, HTTP service, daemon, cloud sync, vector service, or autonomous publication is required.
Product boundary
Private memory belongs to one process-bound Agent identity.
Shared knowledge contains only committed, reviewed Editions.
Agents may capture, recall, read, provide feedback, and create proposals.
Only a local human may approve, publish, revoke, supersede, archive, or make assurance decisions.
Stored content is evidence, never executable instruction or authorization.
Related MCP server: Engineering Knowledge Graph MCP Server
Quick start
cargo build --release --locked
./target/release/art --home /an/explicit/art-home init --confirm
./target/release/art --home /an/explicit/art-home agent create --id codex-primary --host codex
./target/release/art --home /an/explicit/art-home doctor --agent codex-primary --jsonUse Codex integration or DSH integration to start one bound stdio child. Run art --help for the operator CLI.
Install
Download the native archive and SHA256SUMS from the
latest release,
verify the archive, then run the included installer with the extracted binary:
bash scripts/install.sh --binary /absolute/path/to/art --confirm
art --version
art doctor --agent codex-primary --jsonThe installer keeps executable bytes under ~/.across/bin/art, creates a
discovery link at ~/.local/bin/art, and initializes owner-only ART data. It
does not edit Codex or DSH configuration. The thin Codex plugin lives under
plugin/agent-recall-trail; its MCP child is permanently bound to
codex-primary. See operations before migrating or
publishing knowledge.
ART 0.2.0 adds BM25-first fusion, bounded result depth, and reproducible BEIR retrieval gates while preserving deterministic Knowledge Vault backup, encrypted recovery of local review authority, and verified empty-home restoration. See operations before creating the dedicated private Git repository.
Configuration precedence is --home, then --config <file>, then the owner-only user config at ~/.across/config/art/config.json, then the built-in ~/.across root. ART config accepts only schema and home; credentials are deliberately unsupported.
Documentation
All automated or manual tests must use an explicit task-owned ART home. ART never modifies Codex or DSH configuration automatically.
Apache-2.0 licensed. See Security, Contributing, and Support.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Portable memory for AI agents: capture once, recall across Claude, Cursor, and any MCP client.
Persistent, inspectable memory for AI agents with lineage, correction, and a hosted MCP endpoint.
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
Agent-native notes, tasks, dev-docs, vaults, sync & handoffs. MCP + OpenAPI dual surface.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceLocal-first Knowledge Management System that exposes markdown-based durable memory as MCP tools for Codex and ChatGPT, enabling search, read, write, and promotion workflows with project and global scopes.MIT
- AlicenseNot gradedqualityBmaintenanceProvides a stdio MCP bridge for coding agents to query and record engineering knowledge locally, preserving debugging history, failed attempts, and verified solutions.5MIT

CarpeOS MCP Serverofficial
AlicenseNot gradedqualityAmaintenanceEnables AI agents to capture, search, and manage structured memory from agent sessions with append-only events and provenance tracking, providing eight local MCP stdio tools.Apache 2.0- AlicenseNot gradedqualityAmaintenanceProvides local-first, project-aware durable memory for coding agents, with a human-reviewed Markdown vault, MCP daemon, and dashboard for managing and retrieving shared knowledge.14MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fantasyce/agent-recall-trail'
If you have feedback or need assistance with the MCP directory API, please join our Discord server