river (MCP Server)

GitHub

Fast and reliable background jobs in Go

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "river": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-river"
      ]
    }
  }
}