Loading MCP server directory, please wait...
Uptime monitoring for developers — monitors, incidents, heartbeats and status pages
npx @getmcp/cli add sh.fettle/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
FETTLE_API_KEYFettle API key (Settings → API Keys at https://fettle.sh). Read scope lists and inspects; write scope is needed to create, change or pause anything.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"sh.fettle/mcp": {
"command": "npx",
"args": [
"-y",
"fettle-mcp"
],
"env": {
"FETTLE_API_KEY": "",
"FETTLE_API_URL": "https://api.fettle.sh",
"FETTLE_TIMEOUT_MS": "30000"
}
}
}
}