{
  "markdown": "# @lulzasaur9192/agent-infra-mcp\n\nMCP server with **18 tools** for AI agent infrastructure — persistent memory, API drift detection, and HMAC-signed trust receipts.\n\n## Installation\n\n```bash\nnpx @lulzasaur9192/agent-infra-mcp\n```\n\n### Claude Desktop / Cursor\n\n```json\n{\n  \"mcpServers\": {\n    \"agent-infra\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@lulzasaur9192/agent-infra-mcp\"],\n      \"env\": {\n        \"AGENT_MEMORY_API_KEY\": \"your-key\",\n        \"AGENT_DRIFT_API_KEY\": \"your-key\",\n        \"TRUST_RECEIPT_API_KEY\": \"your-key\"\n      }\n    }\n  }\n}\n```\n\n## Tools (18)\n\n### Memory (8 tools)\nPersistent key-value store with namespaces, metadata, TTL, and FTS5 full-text search.\n\n- **`memory_store`** — Store a memory (namespace + key + value)\n- **`memory_store_batch`** — Batch store up to 100 memories\n- **`memory_list`** — List memories in a namespace\n- **`memory_get`** — Get a specific memory\n- **`memory_update`** — Update value, metadata, or TTL\n- **`memory_delete`** — Delete a memory or entire namespace\n- **`memory_search`** — Full-text search with metadata filtering\n- **`memory_stats`** — Usage statistics\n\n### Drift Detection (7 tools)\nMonitor API endpoints for unexpected changes with golden test cases and cron scheduling.\n\n- **`drift_create_test`** — Register a golden test (exact/subset/contains/status match)\n- **`drift_list_tests`** — List all tests\n- **`drift_run_test`** — Execute a test manually\n- **`drift_test_history`** — View run history and diffs\n- **`drift_update_test`** — Update test configuration\n- **`drift_delete_test`** — Remove a test\n- **`drift_dashboard`** — Overview with drift rate and response times\n\n### Trust Receipts (3 tools)\nHMAC-SHA256 signed, tamper-proof records of agent actions for audit trails.\n\n- **`receipt_issue`** — Issue a signed receipt for an agent action\n- **`receipt_verify`** — Verify receipt integrity (online or offline)\n- **`receipt_list`** — List receipts with filters\n\n## API Keys\n\nEach service uses its own API key:\n\n| Service | Env Var | API |\n|---------|---------|-----|\n| Memory | `AGENT_MEMORY_API_KEY` | agent-memory-api |\n| Drift | `AGENT_DRIFT_API_KEY` | agent-drift-api |\n| Receipts | `TRUST_RECEIPT_API_KEY` | trust-receipt-api |\n\n## License\n\nMIT\n",
  "bytes": 2226,
  "sha": "9a8400ffadcaf6927179a3bb84d8711483646e16b3051b1fc71a289b917c7065",
  "repo_slug": "lulzasaur9192/agent-infra-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_lulzasaur9192_agent_infra_mcp_af69a69c/readme"
}