MCP Server
MCP
io.github.lulzasaur9192/agent-infra-mcp
18 tools: agent memory, API drift detection, and HMAC-signed trust receipts
Install
npx -y @lulzasaur9192/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@lulzasaur9192/agent-infra-mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for Agent Memory service",
"name": "AGENT_MEMORY_API_KEY"
},
{
"description": "API key for Agent Drift Detection service",
"name": "AGENT_DRIFT_API_KEY"
},
{
"description": "API key for Trust Receipt service",
"name": "TRUST_RECEIPT_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment