Loading MCP server directory, please wait...
Uptime monitoring that doesn't cry wolf: manage monitors, read incidents, record deploys.
npx @getmcp/cli add io.github.vncntknl/reposeRequires Node.js 18+. Community-contributed server. Review source before installing.
Authorization"Bearer rsk_…" — create a token in Repose under Settings → API tokens. A read token gets the read-only tools; a read-write token (Team plan and up) adds create, update, acknowledge and record_deploy.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.vncntknl/repose": {
"url": "https://repose.sh/api/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": ""
}
}
}
}