Loading MCP server directory, please wait...
Monitor websites, APIs and services with 43 tools across 22 protocols
npx @getmcp/cli add dev.pingzen/mcpRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dev.pingzen/mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"MCP_API_TOKEN",
"-e",
"DATABASE_URL",
"-e",
"SECRET_KEY",
"docker.io/ilyakong/pingzen-mcp:0.9.2"
],
"env": {
"MCP_API_TOKEN": "",
"DATABASE_URL": "",
"SECRET_KEY": ""
}
}
}
}