PluginBench
MCP Server

Relin MCP Server

io.github.earonesty/relin

What is the Relin MCP server?

Inspect webhook health, investigate delivery failures, configure sources, and replay events.

How to install Relin

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "relin": {
      "url": "https://relin.app/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "relin": {
      "serverUrl": "https://relin.app/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "relin": {
      "type": "http",
      "url": "https://relin.app/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "relin": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://relin.app/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http relin https://relin.app/mcp

Related MCP servers

boxpdf

Active

Resource-only MCP server with docs and templates for the boxpdf TypeScript PDF layout library.

16
TypeScript
MIT
View repository →

Render HTML to PDF (html_to_pdf) plus boxpdf library docs and templates, for AI agents.

0
TypeScript
MIT
View repository →