CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Agent Infra Mcp

lulzasaur9192/agent-infra-mcp
STDIOregistry active
Summary

This server bundles three backend services into 18 tools for agent infrastructure. The memory system gives you a namespaced key-value store with SQLite FTS5 search, batch operations, and TTL expiry. Drift detection lets you set up golden test cases against HTTP endpoints with cron scheduling and diff tracking to catch API changes before they break your workflows. Trust receipts generate HMAC-SHA256 signed records of agent actions for audit trails with online and offline verification. Each service requires its own API key. Reach for this when you're building agents that need persistent state, monitoring of external APIs, or cryptographically verifiable action logs.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

@lulzasaur9192/agent-infra-mcp

MCP server with 18 tools for AI agent infrastructure — persistent memory, API drift detection, and HMAC-signed trust receipts.

Installation

npx @lulzasaur9192/agent-infra-mcp

Claude Desktop / Cursor

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

Tools (18)

Memory (8 tools)

Persistent key-value store with namespaces, metadata, TTL, and FTS5 full-text search.

  • memory_store — Store a memory (namespace + key + value)
  • memory_store_batch — Batch store up to 100 memories
  • memory_list — List memories in a namespace
  • memory_get — Get a specific memory
  • memory_update — Update value, metadata, or TTL
  • memory_delete — Delete a memory or entire namespace
  • memory_search — Full-text search with metadata filtering
  • memory_stats — Usage statistics

Drift Detection (7 tools)

Monitor API endpoints for unexpected changes with golden test cases and cron scheduling.

  • drift_create_test — Register a golden test (exact/subset/contains/status match)
  • drift_list_tests — List all tests
  • drift_run_test — Execute a test manually
  • drift_test_history — View run history and diffs
  • drift_update_test — Update test configuration
  • drift_delete_test — Remove a test
  • drift_dashboard — Overview with drift rate and response times

Trust Receipts (3 tools)

HMAC-SHA256 signed, tamper-proof records of agent actions for audit trails.

  • receipt_issue — Issue a signed receipt for an agent action
  • receipt_verify — Verify receipt integrity (online or offline)
  • receipt_list — List receipts with filters

API Keys

Each service uses its own API key:

ServiceEnv VarAPI
MemoryAGENT_MEMORY_API_KEYagent-memory-api
DriftAGENT_DRIFT_API_KEYagent-drift-api
ReceiptsTRUST_RECEIPT_API_KEYtrust-receipt-api

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

AGENT_MEMORY_API_KEY

API key for Agent Memory service

AGENT_DRIFT_API_KEY

API key for Agent Drift Detection service

TRUST_RECEIPT_API_KEY

API key for Trust Receipt service

Categories
AI & LLM Tools
Registryactive
Package@lulzasaur9192/agent-infra-mcp
TransportSTDIO
UpdatedMar 25, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f