{ "name": "@lulzasaur9192/agent-infra-mcp", "version": "1.0.0", "mcpName": "io.github.lulzasaur9192/agent-infra-mcp", "description": "MCP server with 18 tools for AI agent infrastructure — persistent memory, API drift detection, and HMAC-signed trust receipts", "type": "module", "main": "dist/index.js", "bin": { "agent-infra-mcp": "dist/index.js" }, "files": [ "dist" ], "engines": { "node": ">=20" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "agent-memory", "agent-infrastructure", "drift-detection", "trust-receipts", "ai-agents", "persistent-memory", "api-monitoring", "golden-tests", "hmac-signatures", "agent-tools", "claude", "ai-tools" ], "author": "lulzasaur9192", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/lulzasaur9192/agent-infra-mcp.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "zod": "^3.24.4" }, "devDependencies": { "typescript": "^5.8.3", "tsx": "^4.19.4", "@types/node": "^22.15.3" } }