MCP.so
登录
A

Agent Infra Mcp

@lulzasaur9192

关于 Agent Infra Mcp

18 MCP tools for AI agent infrastructure — persistent memory with FTS5, API drift detection with cron scheduling, and HMAC-signed trust receipts for audit trails

基本信息

分类

AI 与智能体

传输方式

stdio

发布者

lulzasaur9192

提交者

lulzasaur9192

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "agent-infra": {
      "command": "npx",
      "args": [
        "-y",
        "@lulzasaur9192/agent-infra-mcp"
      ],
      "env": {
        "AGENT_MEMORY_API_KEY": "",
        "AGENT_DRIFT_API_KEY": "",
        "TRUST_RECEIPT_API_KEY": ""
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Agent Infra Mcp?

Agent Infra Mcp is an MCP server that provides 18 tools for AI agent infrastructure, including persistent memory, API drift detection, and HMAC‑signed trust receipts. It is designed for AI agents that need long‑term state, API monitoring, and tamper‑proof audit trails.

How to use Agent Infra Mcp?

Install with npx @lulzasaur9192/agent-infra-mcp. Configure it in Claude Desktop or Cursor by adding a JSON entry under mcpServers with the command npx -y @lulzasaur9192/agent-infra-mcp and three environment variables: AGENT_MEMORY_API_KEY, AGENT_DRIFT_API_KEY, and TRUST_RECEIPT_API_KEY.

Key features of Agent Infra Mcp

  • Persistent key‑value store with namespaces, metadata, TTL, and FTS5 full‑text search
  • API drift detection with golden test cases and cron scheduling
  • HMAC‑SHA256 signed trust receipts for tamper‑proof audit trails
  • 18 tools across three categories: memory, drift detection, and trust receipts
  • Batch operations and detailed usage statistics

Use cases of Agent Infra Mcp

  • Storing and retrieving agent context across sessions with full‑text search
  • Monitoring third‑party APIs for unexpected breaking changes
  • Issuing signed receipts for agent actions to meet compliance requirements
  • Running regression tests on API endpoints either manually or on a schedule
  • Searching through agent memories using metadata filters and full‑text queries

FAQ from Agent Infra Mcp

What tools does Agent Infra Mcp provide?

It provides 18 tools: 8 memory tools (store, batch store, list, get, update, delete, search, stats), 7 drift detection tools (create, list, run, history,

评论

AI 与智能体 分类下的更多 MCP 服务器