← Back to Plugins
MCP Server MCP

agentmem

github By github 👁 1 views ▲ 0 votes

Governed memory for coding agents. Trust lifecycle, conflict detection, health scoring.

Homepage Verified source GitHub

Install

uvx quilmem

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...