MCP Hub
Back to servers

DevHelm MCP Server

A public, stateless MCP server designed to demonstrate recording, replaying, and verifying MCP interactions via mcp-recorder. It offers utility tools for tasks such as math operations, text summarization, and service status lookups.

glama
Stars
1
Updated
Mar 5, 2026

DevHelm MCP Server

A public, stateless MCP server for demoing mcp-recorder — record, replay, and verify MCP interactions with zero setup.

Live: https://mcp.devhelm.io/mcp

Try It

mcp-recorder record  --target https://mcp.devhelm.io/mcp --output demo.json
mcp-recorder replay  --cassette demo.json
mcp-recorder verify  --cassette demo.json --target https://mcp.devhelm.io/mcp

Run Locally

uv sync
uv run python -m devhelm_mcp.server

The server starts at http://localhost:8000/mcp. Health check at http://localhost:8000/health.

Tools

ToolParametersReturns
adda: int, b: intint — the sum
greetname: str, style: str = "friendly"str — greeting (friendly / formal / pirate)
lookup_statusservice: strdict — status for api, database, or unknown
summarizetext: str, max_words: int = 20str — truncated text
roll_dicesides: int = 6, count: int = 1dict{"rolls": [...], "total": N}

Resources

URIReturns
resource://server-infoServer name, version, description
resource://tools-guideMarkdown reference for all tools

Deploy

docker compose up -d --build

Uses Caddy for automatic HTTPS. See docker-compose.yml and Caddyfile.

Reviews

No reviews yet

Sign in to write a review