← Back to Plugins
MCP Server MCP

io.github.madezmedia/acmi-mcp

github By github 👁 1 views ▲ 0 votes

Persistent agent memory via ACMI — Profile/Signals/Timeline. 16 tools on Upstash Redis.

Homepage Verified source GitHub

Install

npx -y @madezmedia/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://server.smithery.ai/@madezmediapartners/acmi-mcp/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@madezmedia/acmi-mcp",
      "version": "1.4.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Upstash Redis REST URL (https://your-instance.upstash.io)",
          "isRequired": true,
          "name": "UPSTASH_REDIS_REST_URL"
        },
        {
          "description": "Upstash Redis REST token (read-write)",
          "isRequired": true,
          "isSecret": true,
          "name": "UPSTASH_REDIS_REST_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...