Serversio.github.Thezenmonster/agentmem
A

agentmem

io.github.Thezenmonster/agentmem · v0.2.5
▦ pypi
v0.2.5pypi pypi: quilmem↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Thezenmonster/agentmem",
  "description": "Governed memory for coding agents. Trust lifecycle, conflict detection, health scoring.",
  "title": "agentmem",
  "repository": {
    "url": "https://github.com/Thezenmonster/agentmem",
    "source": "github"
  },
  "version": "0.2.5",
  "websiteUrl": "https://thezenmonster.github.io/agentmem/",
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "quilmem",
      "version": "0.2.5",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Path to the SQLite database file",
          "isRequired": true,
          "default": "./memory.db",
          "type": "named",
          "name": "--db"
        },
        {
          "description": "Project name / namespace for memories",
          "isRequired": true,
          "default": "myproject",
          "type": "named",
          "name": "--project"
        },
        {
          "value": "serve",
          "type": "positional"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}