Skip to content

Relay Kit

Free

by MCP Community

Lightweight MCP relay — exposes multiple services (Asana, Slack, Sentry, PostHog, etc.) as 2 tools: search + execute

v0.1.0Added Apr 12, 2026
mcpmodel-context-protocolrelaygatewayasana
Works with:ClaudeGPTGeminiCopilot

Relay Kit MCP Server

Lightweight MCP relay — exposes multiple services (Asana, Slack, Sentry, PostHog, etc.) as 2 tools: search + execute

Installation

npx -y @clockwork-is/mcp-relay-kit

Reviews

Leave a Review

Installation

Quick install
npx -y @clockwork-is/mcp-relay-kit
Add to claude_desktop_config.json
{
  "mcpServers": {
    "relay-kit": {
      "command": "npx",
      "args": ["-y", "@clockwork-is/mcp-relay-kit"]
    }
  }
}