Skip to main content
MCP server monitors verify that Model Context Protocol servers are running, responsive, and returning valid tool listings. Use them to monitor AI tool infrastructure that your agents and applications depend on.
Define this in code. YAML format · Terraform

When to use MCP server monitors

  • AI tool infrastructure — verify MCP servers that power Cursor, Claude Desktop, or custom agents
  • Tool availability — confirm specific tools are listed and available
  • Protocol compliance — validate MCP protocol version and capabilities
  • Tool count drift — detect unexpected changes to the tool catalog

How it works

  1. DevHelm launches the MCP server using the configured command and arguments
  2. A connection is established over the MCP protocol
  3. Assertions evaluate the server’s response — capabilities, tool listings, protocol version
  4. Response time is measured from launch to successful initialization

Quick example

devhelm monitors create \
  --name "DevHelm MCP" \
  --type MCP_SERVER \
  --command npx \
  --args "-y,@devhelm/mcp-server" \
  --frequency 300 \
  --regions us-east

Next steps

Configuration

Command, args, env, and all MCP assertions.

MCP Server SDK

The DevHelm MCP server for AI agents.