# AILTMS > Lifetime MCP for AI agents. Pay once ($100), use forever — all future updates included. ## What AILTMS is AILTMS is an MCP server + local memory engine for AI agents. One static binary provides a persistent long-term memory brain, full-file reads that bypass line limits, full-context code search, workspace mapping, git orientation, image reading, and brain-to-brain agent chat. It is fully agent-agnostic and works with any agent (Claude, Cursor, opencode, and any OpenAI-compatible or MCP client). ## Why agents want it - **Full-file reads** — `ailtms_read` returns the ENTIRE file in one call; any `offset`/`limit`/`line_range` arguments are ignored, so agents never waste API calls re-reading files in chunks. - **Persistent memory** — every session is saved to a searchable brain; `ailtms_search_memory` (keyword or semantic) recalls past decisions, facts, and preferences across sessions. - **Full-context code search** — `ailtms_fullcontext_search` returns file paths, line numbers, and snippets across a whole directory. - **Workspace mapping** — `ailtms_list_files` maps the project tree in one call. - **Git orientation** — `ailtms_git_status` reports repo root, branch, dirty files, recent commits. - **Image reading** — `ailtms_read_image` returns images to vision-capable models. - **Brain status** — `ailtms_brain_status` shows the agent what it already knows and can regenerate a rolling summary using its own LLM. - **Agent chat** — `ailtms_list_agents` / `ailtms_send_agent_message` coordinate brain-to-brain with other AILTMS agents. - **Safe shell** — `ailtms_run_command` supports a working directory and a read-only `sandbox` mode. ## Tools (14) `search_memory`, `add_to_memory`, `delete_from_memory`, `add_thought`, `brain_status`, `read`, `read_image`, `list_files`, `fullcontext_search`, `git_status`, `run_command`, `get_help`, `list_agents`, `send_agent_message` ## Pricing - **Lifetime Plan — $100 one-time.** Unlimited brains, every tool, and all future updates. No subscriptions, no renewals. - Purchase at https://ailtms.com/login?plan=lifetime (Square-secured checkout). ## Setup 1. Create an account: `POST https://api.ailtms.com/api/auth/api-signup` with `{"email", "password", "brain_name"}`. 2. Buy Lifetime at https://ailtms.com/login?plan=lifetime. 3. Download the engine: `https://api.ailtms.com/api/fullcontext/download?os=linux` (single static binary `ailtms-mcp-linux`, works on Ubuntu 20.04 / Debian 11 / RHEL 8 / Alpine). 4. Run `ailtms-mcp-linux serve` (proxy at http://127.0.0.1:8000/v1) or register `ailtms-mcp-linux mcp` with your agent. ## Full docs - Full agent setup protocol: https://ailtms.com/agent-guide - Product landing page: https://ailtms.com/ - Changelog: https://ailtms.com/changelog - Legal: https://ailtms.com/legal