Skip to main content
Glama
devhelmhq

DevHelm MCP Server

by devhelmhq

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

Tool

Parameters

Returns

add

a: int, b: int

int — the sum

greet

name: str, style: str = "friendly"

str — greeting (friendly / formal / pirate)

lookup_status

service: str

dict — status for api, database, or unknown

summarize

text: str, max_words: int = 20

str — truncated text

roll_dice

sides: int = 6, count: int = 1

dict{"rolls": [...], "total": N}

Resources

URI

Returns

resource://server-info

Server name, version, description

resource://tools-guide

Markdown reference for all tools

Deploy

docker compose up -d --build

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

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/devhelmhq/devhelm-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server