An MCP server that provides read/write access to ACMI (Agentic Context Memory Interface) data stored in Upstash Redis, exposing profile, signal, timeline, work-item, and agent-session operations. It lets MCP hosts persist and retrieve agent memory across sessions using three Redis-backed keys per entity.
From the registry: Persistent agent memory via ACMI — Profile/Signals/Timeline. 16 tools on Upstash Redis.

Please install the `acmi-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js 18+** — Node.js version 18 or newer is required to run the MCP server via npx or the installed binary. (https://nodejs.org/)
- **Create an Upstash Redis database** — Create an Upstash Redis instance and obtain the REST endpoint URL and REST token used by the server. (https://console.upstash.com)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@madezmedia/acmi-mcp"]
- required environment variables:
- `UPSTASH_REDIS_REST_URL`: Upstash Redis REST endpoint URL. (example: `<your-upstash-redis-rest-url>`)
- `UPSTASH_REDIS_REST_TOKEN`: Upstash Redis REST authentication token. (example: `<your-upstash-redis-rest-token>`)
- optional environment variables:
- `ACMI_TENANT_ID`: Optional tenant prefix for multi-tenant isolation on a shared Upstash instance. (example: `<your-tenant-id>`)
- `ACMI_LOG_LEVEL`: Optional log verbosity. Supported values: silent, error, warn, info, debug. (example: `<log-level>`)
Note: README also documents a global install path (`npm install -g @madezmedia/acmi-mcp`) and then running the `acmi-mcp` binary, but the portable recommended config shape is `npx -y @madezmedia/acmi-mcp`. Smithery-hosted remote usage is mentioned for web/cloud surfaces, but the local package itself is a stdio MCP server.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.UPSTASH_REDIS_REST_URLrequiredUpstash Redis REST endpoint URL.UPSTASH_REDIS_REST_TOKENrequiredUpstash Redis REST API token.Trending hip-hop artist momentum scores across four cultural dimensions.
Official PostHog MCP Server for product analytics, feature flags, experiments, and more.
Official OpenMetadata MCP: governed context and business semantics for AI assistants and agents.